Skip to content

Commit 81fb19c

Browse files
committed
Docs: Typo correction in get_registered_nav_menus() docblock.
Props nithins53. Fixes #57101. See #56792. git-svn-id: https://develop.svn.wordpress.org/trunk@54835 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 7e1913c commit 81fb19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/nav-menu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function register_nav_menu( $location, $description ) {
143143
*
144144
* @global array $_wp_registered_nav_menus
145145
*
146-
* @return string[] Associative array of egistered navigation menu descriptions keyed
146+
* @return string[] Associative array of registered navigation menu descriptions keyed
147147
* by their location. If none are registered, an empty array.
148148
*/
149149
function get_registered_nav_menus() {

0 commit comments

Comments
 (0)