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:
parent
77128eb048
commit
29d06de35d
@ -43,10 +43,9 @@ class Walker {
|
|||||||
* To be used in start_el().
|
* To be used in start_el().
|
||||||
*
|
*
|
||||||
* @since 4.0.0
|
* @since 4.0.0
|
||||||
* @access protected
|
|
||||||
* @var bool
|
* @var bool
|
||||||
*/
|
*/
|
||||||
protected $has_children;
|
public $has_children;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Starts the list before the elements are added.
|
* Starts the list before the elements are added.
|
||||||
|
Loading…
Reference in New Issue
Block a user