Changeset 8780 for trunk/wp-admin/edit.php
- Timestamp:
- 08/30/08 07:16:16 (3 months ago)
- Files:
-
- trunk/wp-admin/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/edit.php
r8767 r8780 54 54 list($post_stati, $avail_post_stati) = wp_edit_posts_query(); 55 55 56 if ( 1 == count($posts) && is_singular() ) 56 if ( 1 == count($posts) && is_singular() ) { 57 57 wp_enqueue_script( 'admin-comments' ); 58 wp_enqueue_script( 'jquery-table-hotkeys' ); 59 } 58 60 59 61 require_once('admin-header.php');
