Files
wordpress/wp-includes
Scott Taylor 65a459b34f In WP_Text_Diff_Renderer_Table:
* In [28525], `$_diff_threshold`, `$inline_diff_renderer`, and `$_show_split_view` were marked `protected`; magic methods were also added.
* The magic methods should only perform operations on a whitelisted set of properties, now specified in `$compat_fields`
* Remove `__call()`, is unnecessary and can wreak havoc on the parent class.

This class is used in one place: `wp_text_diff()`.

See #30891.

Built from https://develop.svn.wordpress.org/trunk@31135


git-svn-id: http://core.svn.wordpress.org/trunk@31116 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-01-10 22:58:24 +00:00
..
2014-11-25 06:12:22 +00:00
2015-01-08 06:02:24 +00:00
2014-11-30 23:24:25 +00:00
2014-11-30 22:56:25 +00:00
2015-01-08 06:26:23 +00:00
2015-01-10 22:58:24 +00:00
2015-01-08 05:03:23 +00:00
2015-01-10 22:58:24 +00:00