Docs: Update several function DocBlock summaries in wp-includes/nav-menu.php to use third-person singular verbs.
Also removes some unnecessary capitalizations. See #32246. Built from https://develop.svn.wordpress.org/trunk@36496 git-svn-id: http://core.svn.wordpress.org/trunk@36463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e2cec35437
commit
f3aeb0def3
|
@ -77,7 +77,7 @@ function is_nav_menu( $menu ) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Register navigation menu locations for a theme.
|
||||
* Registers navigation menu locations for a theme.
|
||||
*
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
@ -115,7 +115,7 @@ function unregister_nav_menu( $location ) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Register a navigation menu location for a theme.
|
||||
* Registers a navigation menu location for a theme.
|
||||
*
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
@ -154,7 +154,7 @@ function get_nav_menu_locations() {
|
|||
}
|
||||
|
||||
/**
|
||||
* Whether a registered nav menu location has a menu assigned to it.
|
||||
* Determines whether a registered nav menu location has a menu assigned to it.
|
||||
*
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
@ -182,7 +182,7 @@ function has_nav_menu( $location ) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Determine whether the given ID is a nav menu item.
|
||||
* Determines whether the given ID is a nav menu item.
|
||||
*
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
@ -194,7 +194,7 @@ function is_nav_menu_item( $menu_item_id = 0 ) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Create a Navigation Menu.
|
||||
* Creates a navigation menu.
|
||||
*
|
||||
* @since 3.0.0
|
||||
*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-alpha-36495';
|
||||
$wp_version = '4.5-alpha-36496';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue