From ab990ac594e9e0262ccb53633f4120dcfdbee829 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 2 Sep 2015 19:51:21 +0000 Subject: [PATCH] Docs: Add a missing summary to the DocBlock for `Walker::get_number_of_root_elements()`. Props wen-solutions See #33662. Built from https://develop.svn.wordpress.org/trunk@33868 git-svn-id: http://core.svn.wordpress.org/trunk@33836 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-walker.php | 4 ++++ wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/wp-includes/class-wp-walker.php b/wp-includes/class-wp-walker.php index fc05056a53..cbbbc5216a 100644 --- a/wp-includes/class-wp-walker.php +++ b/wp-includes/class-wp-walker.php @@ -382,7 +382,11 @@ class Walker { } /** + * Calculates the total number of root elements. * + * @since 2.7.0 + * @access public + * * @param array $elements * @return int */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 2651b7975a..98fee87689 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33867'; +$wp_version = '4.4-alpha-33868'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.