diff --git a/wp-includes/class-wp-walker.php b/wp-includes/class-wp-walker.php index 57bd90bfd3..abc99ce02f 100644 --- a/wp-includes/class-wp-walker.php +++ b/wp-includes/class-wp-walker.php @@ -404,6 +404,8 @@ class Walker { /** * Unset all the children for a given top level element. * + * @since 2.7.0 + * * @param object $e * @param array $children_elements */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 135034a69e..c24039a4bc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.