Docs: Add missing @since entry for Walker::unset_children().

Props chiragpatel.
Fixes #39506.
Built from https://develop.svn.wordpress.org/trunk@39741


git-svn-id: http://core.svn.wordpress.org/trunk@39681 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-01-06 22:14:00 +00:00
parent 6032bd6e32
commit d054731b2b
2 changed files with 3 additions and 1 deletions

View File

@ -404,6 +404,8 @@ class Walker {
/** /**
* Unset all the children for a given top level element. * Unset all the children for a given top level element.
* *
* @since 2.7.0
*
* @param object $e * @param object $e
* @param array $children_elements * @param array $children_elements
*/ */

View File

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