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:
Andrew Ozz
2008-08-24 06:56:22 +00:00
parent 0dc32ff774
commit 3e9d31fc8f
26 changed files with 776 additions and 309 deletions
+3 -2
View File
@@ -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'); ?>