Make WordPress Core


Ignore:
Timestamp:
08/30/2008 07:16:16 AM (17 years ago)
Author:
azaozz
Message:

Add hotkeys.js to all pages that list comments and prevent error if not loaded, see #7643

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/post.php

    r8720 r8780  
    132132    wp_enqueue_script('word-count');
    133133    wp_enqueue_script( 'admin-comments' );
     134    wp_enqueue_script( 'jquery-table-hotkeys' );
    134135
    135136    if ( current_user_can('edit_post', $post_ID) ) {
Note: See TracChangeset for help on using the changeset viewer.