Docs: Typo correction in `get_registered_nav_menus()` docblock.
Props nithins53. Fixes #57101. See #56792. Built from https://develop.svn.wordpress.org/trunk@54835 git-svn-id: http://core.svn.wordpress.org/trunk@54387 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
948a260e80
commit
cf77d178a0
|
@ -143,7 +143,7 @@ function register_nav_menu( $location, $description ) {
|
|||
*
|
||||
* @global array $_wp_registered_nav_menus
|
||||
*
|
||||
* @return string[] Associative array of egistered navigation menu descriptions keyed
|
||||
* @return string[] Associative array of registered navigation menu descriptions keyed
|
||||
* by their location. If none are registered, an empty array.
|
||||
*/
|
||||
function get_registered_nav_menus() {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.2-alpha-54834';
|
||||
$wp_version = '6.2-alpha-54835';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue