mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 21:28:02 +01:00
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:
parent
cfd1c0ba5c
commit
4df89a2469
@ -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…
x
Reference in New Issue
Block a user