mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
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:
parent
ffd44371e2
commit
7b156134c4
@ -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');
|
||||
?>
|
Loading…
Reference in New Issue
Block a user