mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Reply to comments from admin, first run, see #7435
git-svn-id: https://develop.svn.wordpress.org/trunk@8720 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -53,8 +53,11 @@ wp_enqueue_script('admin-forms');
|
||||
|
||||
list($post_stati, $avail_post_stati) = wp_edit_posts_query();
|
||||
|
||||
if ( 1 == count($posts) && is_singular() )
|
||||
if ( 1 == count($posts) && is_singular() ) {
|
||||
wp_enqueue_script( 'admin-comments' );
|
||||
wp_enqueue_script( 'quicktags' );
|
||||
}
|
||||
|
||||
require_once('admin-header.php');
|
||||
|
||||
if ( !isset( $_GET['paged'] ) )
|
||||
@@ -267,7 +270,7 @@ if ( 1 == count($posts) && is_singular() ) :
|
||||
</table>
|
||||
|
||||
<?php
|
||||
|
||||
wp_comment_reply();
|
||||
endif; // comments
|
||||
endif; // posts;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user