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

git-svn-id: http://svn.automattic.com/wordpress/trunk@8829 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-09-05 23:35:04 +00:00
parent ffd44371e2
commit 7b156134c4

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');
?>