Move comment reply into the single media item page section to fix notice when no media items.

git-svn-id: https://develop.svn.wordpress.org/trunk@8829 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2008-09-05 23:35:04 +00:00
parent cfd1c0ba5c
commit 4df89a2469
1 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@ if ( 1 == count($posts) && is_singular() ) :
</table>
<?php
wp_comment_reply();
endif; // comments
endif; // posts;
@ -267,6 +267,6 @@ endif; // posts;
</div>
<?php
wp_comment_reply();
include('admin-footer.php');
?>