Changeset 7079

Show
Ignore:
Timestamp:
02/28/08 00:16:49 (9 months ago)
Author:
ryan
Message:

Add edit comments js to edit-pages when viewing a page's comments. see #6022

Files:

Legend:

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

    r7078 r7079  
    3535$parent_file = 'edit.php'; 
    3636wp_enqueue_script('admin-forms'); 
     37if ( 1 == $_GET['c'] ) 
     38    wp_enqueue_script( 'admin-comments' ); 
    3739require_once('admin-header.php'); 
    3840