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
This commit is contained in:
Jb Audras 2022-11-14 14:23:00 +00:00
parent 7e1913c551
commit 81fb19c7cf

View File

@ -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() {