From 6467859a016f71d8b0fb867cc30e25186f8ee6ff Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 1 Dec 2010 16:51:31 +0000 Subject: [PATCH] Fix bulk comment keyboard shortcuts. Props duck_. fixes #15571 git-svn-id: https://develop.svn.wordpress.org/trunk@16648 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/script-loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index c06e7590c1..87fd11fdbc 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -313,7 +313,7 @@ function wp_default_scripts( &$scripts ) { 'l10n_print_after' => 'try{convertEntities(listTableL10n);}catch(e){};' ) ); - $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'list-table', 'jquery-ui-resizable', 'quicktags'), '20101129' ); + $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'list-table', 'jquery-ui-resizable', 'quicktags'), '20101201' ); $scripts->add_data( 'admin-comments', 'group', 1 ); $scripts->localize( 'admin-comments', 'adminCommentsL10n', array( 'hotkeys_highlight_first' => isset($_GET['hotkeys_highlight_first']),