WP_Text_Diff_Renderer_inline
Class: Better word splitting than the PEAR package provides.
Source: wp-includes/class-wp-text-diff-renderer-inline.php:16
Class: Better word splitting than the PEAR package provides.
Source: wp-includes/class-wp-text-diff-renderer-inline.php:16
Method: Process changed lines to do word-by-word diffs for extra highlighting.
Source: wp-includes/class-wp-text-diff-renderer-table.php:233
Method: Takes changed blocks and matches which rows in orig turned into which rows in final.
Source: wp-includes/class-wp-text-diff-renderer-table.php:338
Method: Computes a number that is intended to reflect the “distance” between two strings.
Source: wp-includes/class-wp-text-diff-renderer-table.php:427
Method: Make private properties readable for backward compatibility.
Source: wp-includes/class-wp-text-diff-renderer-table.php:463
Method: Make private properties settable for backward compatibility.
Source: wp-includes/class-wp-text-diff-renderer-table.php:478
Method: Make private properties checkable for backward compatibility.
Source: wp-includes/class-wp-text-diff-renderer-table.php:492
Method: Make private properties un-settable for backward compatibility.
Source: wp-includes/class-wp-text-diff-renderer-table.php:505
Class: Table renderer to display the diff lines.
Source: wp-includes/class-wp-text-diff-renderer-table.php:16
Method: Constructor – Call parent constructor with params array.
Source: wp-includes/class-wp-text-diff-renderer-table.php:67