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

See [31137]. See #30891.
Built from https://develop.svn.wordpress.org/trunk@31141


git-svn-id: http://core.svn.wordpress.org/trunk@31122 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2015-01-11 01:56:22 +00:00
parent 5c0ddb8602
commit 77875a273e
2 changed files with 2 additions and 3 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.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31140';
$wp_version = '4.2-alpha-31141';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.