diff --git a/src/wp-includes/class-wp-walker.php b/src/wp-includes/class-wp-walker.php index fc05056a53..cbbbc5216a 100644 --- a/src/wp-includes/class-wp-walker.php +++ b/src/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 */