mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Docs: Add a missing summary to the DocBlock for Walker::get_number_of_root_elements().
Props wen-solutions See #33662. git-svn-id: https://develop.svn.wordpress.org/trunk@33868 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -382,7 +382,11 @@ class Walker {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Calculates the total number of root elements.
|
||||||
*
|
*
|
||||||
|
* @since 2.7.0
|
||||||
|
* @access public
|
||||||
|
*
|
||||||
* @param array $elements
|
* @param array $elements
|
||||||
* @return int
|
* @return int
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user