From 878dd70e79dadd1903b2c90b2d8147d68b8fd29c Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Fri, 20 Jun 2014 18:30:15 +0000 Subject: [PATCH] Whitespace in `navMenuL10n` after [28707]. Fixes #23076. Built from https://develop.svn.wordpress.org/trunk@28789 git-svn-id: http://core.svn.wordpress.org/trunk@28602 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/script-loader.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index 52cd35a828..2bc9774cd8 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -530,8 +530,8 @@ function wp_default_scripts( &$scripts ) { did_action( 'init' ) && $scripts->localize( 'nav-menu', 'navMenuL10n', array( 'noResultsFound' => _x('No results found.', 'search results'), 'warnDeleteMenu' => __( "You are about to permanently delete this menu. \n 'Cancel' to stop, 'OK' to delete." ), - 'saveAlert' => __('The changes you made will be lost if you navigate away from this page.'), - 'untitled' => _x('(no label)', 'missing menu item navigation label') + 'saveAlert' => __( 'The changes you made will be lost if you navigate away from this page.' ), + 'untitled' => _x( '(no label)', 'missing menu item navigation label' ) ) ); $scripts->add( 'custom-header', "/wp-admin/js/custom-header.js", array( 'jquery-masonry' ), false, 1 );