Show
Ignore:
Timestamp:
08/30/08 07:16:16 (3 months ago)
Author:
azaozz
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/edit.php

    r8767 r8780  
    5454list($post_stati, $avail_post_stati) = wp_edit_posts_query(); 
    5555 
    56 if ( 1 == count($posts) && is_singular() ) 
     56if ( 1 == count($posts) && is_singular() ) { 
    5757    wp_enqueue_script( 'admin-comments' ); 
     58    wp_enqueue_script( 'jquery-table-hotkeys' ); 
     59} 
    5860 
    5961require_once('admin-header.php');