mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
7e1913c551
commit
81fb19c7cf
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user