Make WordPress Core


Ignore:
Timestamp:
08/24/2008 06:56:22 AM (17 years ago)
Author:
azaozz
Message:

Reply to comments from admin, first run, see #7435

File:
1 edited

Legend:

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

    r8694 r8720  
    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( 'quicktags' );
     59}
     60
    5861require_once('admin-header.php');
    5962
     
    268271
    269272<?php
    270 
     273wp_comment_reply();
    271274endif; // comments
    272275endif; // posts;
Note: See TracChangeset for help on using the changeset viewer.