From b201f3a5cb55ecac93ec204e891aa5d38f2da5fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Tue, 3 Mar 2015 21:18:25 +0000 Subject: [PATCH] Fix some inline doc typos that were missed in [31604]. see #25698. Built from https://develop.svn.wordpress.org/trunk@31605 git-svn-id: http://core.svn.wordpress.org/trunk@31586 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/nav-menu.js | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/js/nav-menu.js b/wp-admin/js/nav-menu.js index a119f42e91..bf59c6fd0e 100644 --- a/wp-admin/js/nav-menu.js +++ b/wp-admin/js/nav-menu.js @@ -391,7 +391,7 @@ var wpNavMenu; api.refreshAdvancedAccessibilityOfItem( $( this ).find( '.item-edit' ) ); } ); - // We have to update on click aswell because we might hover first, change the item and then click. + // We have to update on click as well because we might hover first, change the item, and then click. menu.on( 'click', '.item-edit', function() { api.refreshAdvancedAccessibilityOfItem( $( this ) ); } ); @@ -414,7 +414,7 @@ var wpNavMenu; * Refreshes advanced accessibility buttons for one menu item. * Shows or hides buttons based on the location of the menu item. * - * @param {object} itemToRefresh The menu item that might need it's advanced accessibility buttons refreshed + * @param {object} itemToRefresh The menu item that might need its advanced accessibility buttons refreshed */ refreshAdvancedAccessibilityOfItem : function( itemToRefresh ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 0e7dea824f..5bc1d20515 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31604'; +$wp_version = '4.2-alpha-31605'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.