WP_Text_Diff_Renderer_Table::_changed()
Method: Process changed lines to do word-by-word diffs for extra highlighting.
Source: wp-includes/class-wp-text-diff-renderer-table.php:258
Method: Process changed lines to do word-by-word diffs for extra highlighting.
Source: wp-includes/class-wp-text-diff-renderer-table.php:258
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:369
Method: Computes a number that is intended to reflect the “distance” between two strings.
Source: wp-includes/class-wp-text-diff-renderer-table.php:460
Method: Make private properties readable for backward compatibility.
Source: wp-includes/class-wp-text-diff-renderer-table.php:513
Method: Make private properties settable for backward compatibility.
Source: wp-includes/class-wp-text-diff-renderer-table.php:528
Method: Make private properties checkable for backward compatibility.
Source: wp-includes/class-wp-text-diff-renderer-table.php:542
Method: Make private properties un-settable for backward compatibility.
Source: wp-includes/class-wp-text-diff-renderer-table.php:555
Class: Table renderer to display the diff lines.
Source: wp-includes/class-wp-text-diff-renderer-table.php:17
Method: Constructor – Call parent constructor with params array.
Source: wp-includes/class-wp-text-diff-renderer-table.php:84