From 6221fc86a3bb50ce8792a3a3593f0b868090276e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 23 Feb 2015 16:51:25 +0000 Subject: [PATCH] Fix a typo in `wp_update_nav_menu_item` hook documentation. props tyxla. fixes #31338. Built from https://develop.svn.wordpress.org/trunk@31521 git-svn-id: http://core.svn.wordpress.org/trunk@31502 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/nav-menu.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/nav-menu.php b/wp-includes/nav-menu.php index e0c9072040..8142820ec9 100644 --- a/wp-includes/nav-menu.php +++ b/wp-includes/nav-menu.php @@ -441,7 +441,7 @@ function wp_update_nav_menu_item( $menu_id = 0, $menu_item_db_id = 0, $menu_item * * @since 3.0.0 * - * @see wp_update_nav_menu_items() + * @see wp_update_nav_menu_item() * * @param int $menu_id ID of the updated menu. * @param int $menu_item_db_id ID of the updated menu item. diff --git a/wp-includes/version.php b/wp-includes/version.php index 93fa92e7b0..0b36fc4f14 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31520'; +$wp_version = '4.2-alpha-31521'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.