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
76.7%
CSS
10.9%
JavaScript
9.2%
Modelica
2.4%
HTML
0.6%
Other
0.2%