Changeset 8720 for trunk/wp-admin/edit.php
- Timestamp:
- 08/24/2008 06:56:22 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r8694 r8720 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( 'quicktags' ); 59 } 60 58 61 require_once('admin-header.php'); 59 62 … … 268 271 269 272 <?php 270 273 wp_comment_reply(); 271 274 endif; // comments 272 275 endif; // posts;
Note: See TracChangeset
for help on using the changeset viewer.