From f3aeb0def3c992c371d6a40a6a7e8df5f293e212 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 7 Feb 2016 02:18:26 +0000 Subject: [PATCH] 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 --- wp-includes/nav-menu.php | 10 +++++----- wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wp-includes/nav-menu.php b/wp-includes/nav-menu.php index f1552fd6d0..9ab678653d 100644 --- a/wp-includes/nav-menu.php +++ b/wp-includes/nav-menu.php @@ -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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index f5482651e4..b2746f7e4b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.