mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +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:
parent
4b9ccd27b1
commit
b75e5cdfd8
@ -382,7 +382,11 @@ class Walker {
|
||||
}
|
||||
|
||||
/**
|
||||
* Calculates the total number of root elements.
|
||||
*
|
||||
* @since 2.7.0
|
||||
* @access public
|
||||
*
|
||||
* @param array $elements
|
||||
* @return int
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user