`Walker::$has_children` should be public for backward compatibility.

See [31137]. See #30891.

git-svn-id: https://develop.svn.wordpress.org/trunk@31141 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Boone Gorges 2015-01-11 01:55:34 +00:00
parent 77128eb048
commit 29d06de35d
1 changed files with 1 additions and 2 deletions

View File

@ -43,10 +43,9 @@ class Walker {
* To be used in start_el().
*
* @since 4.0.0
* @access protected
* @var bool
*/
protected $has_children;
public $has_children;
/**
* Starts the list before the elements are added.