mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-13 05:10:18 +00:00
f90b9237772f1a562357ddbaffbceb23eee95086
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. git-svn-id: https://develop.svn.wordpress.org/trunk@31135 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
243 MiB
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%