mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 23:54:33 +00:00
406b174a55bdb7b72b15e165a1ef4f298c32023a
Walker:
* Every subclass of `Walker` overrides `$db_fields` and makes it public * `wp_list_comments()` accesses `->max_pages` on an instance of `Walker`, it must be public * `$has_children` was added as `protected` in 4.0. doesn't need BC Make `$db_fields` and `$max_pages` public and remove magic methods. See #30891. git-svn-id: https://develop.svn.wordpress.org/trunk@31137 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%