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
This commit is contained in:
parent
3cad9d8385
commit
ab990ac594
|
@ -382,6 +382,10 @@ 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
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue