mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Add opt-in optioon for comment hotkeys. Props nbachiyski. fixes #7643
git-svn-id: https://develop.svn.wordpress.org/trunk@9217 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ list($post_stati, $avail_post_stati) = wp_edit_posts_query();
|
||||
|
||||
if ( 1 == count($posts) && is_singular() ) {
|
||||
wp_enqueue_script( 'admin-comments' );
|
||||
wp_enqueue_script( 'jquery-table-hotkeys' );
|
||||
enqueue_comment_hotkeys_js();
|
||||
}
|
||||
|
||||
require_once('admin-header.php');
|
||||
|
||||
Reference in New Issue
Block a user