Changeset 8720 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 08/24/2008 06:56:22 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r8682 r8720 69 69 if ( is_singular() ) 70 70 wp_enqueue_script( 'admin-comments' ); 71 71 72 require_once('admin-header.php'); 72 73 … … 241 242 242 243 <?php 243 244 wp_comment_reply(); 244 245 endif; // comments 245 246 endif; // posts;
Note: See TracChangeset
for help on using the changeset viewer.