Files
wordpress/wp-includes
Scott Taylor b962499be6 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.

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


git-svn-id: http://core.svn.wordpress.org/trunk@31118 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-01-10 23:44:23 +00:00
..
2014-11-25 06:12:22 +00:00
2015-01-08 06:02:24 +00:00
2015-01-10 23:44:23 +00:00
2015-01-10 23:27:21 +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 23:44:23 +00:00
2015-01-08 05:03:23 +00:00
2015-01-10 22:58:24 +00:00