diff --git a/src/wp-includes/class-wp-walker.php b/src/wp-includes/class-wp-walker.php index cd099c758d..f1d7597892 100644 --- a/src/wp-includes/class-wp-walker.php +++ b/src/wp-includes/class-wp-walker.php @@ -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.