Files
wordpress-develop/src/wp-includes
Scott Taylor 406b174a55 In 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
2015-01-10 23:43:43 +00:00
..
2014-09-11 19:06:33 +00:00
2014-11-25 06:11:02 +00:00
2015-01-08 06:01:08 +00:00
2015-01-10 23:43:43 +00:00
2015-01-10 23:27:00 +00:00
2014-11-30 23:23:37 +00:00
2014-11-30 22:55:08 +00:00
2015-01-08 06:25:40 +00:00
2015-01-08 05:02:05 +00:00
2015-01-10 22:57:17 +00:00