Reply to comments from admin, first run, see #7435
git-svn-id: http://svn.automattic.com/wordpress/trunk@8720 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -68,6 +68,7 @@ wp($query_str);
|
||||
|
||||
if ( is_singular() )
|
||||
wp_enqueue_script( 'admin-comments' );
|
||||
|
||||
require_once('admin-header.php');
|
||||
|
||||
?>
|
||||
@@ -240,7 +241,7 @@ if ( 1 == count($posts) && is_singular() ) :
|
||||
</table>
|
||||
|
||||
<?php
|
||||
|
||||
wp_comment_reply();
|
||||
endif; // comments
|
||||
endif; // posts;
|
||||
|
||||
@@ -248,4 +249,4 @@ endif; // posts;
|
||||
|
||||
</div>
|
||||
|
||||
<?php include('admin-footer.php'); ?>
|
||||
<?php include('admin-footer.php'); ?>
|
||||
Reference in New Issue
Block a user