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>
|
</table>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
wp_comment_reply();
|
||||||
endif; // comments
|
endif; // comments
|
||||||
endif; // posts;
|
endif; // posts;
|
||||||
|
|
||||||
@ -267,6 +267,6 @@ endif; // posts;
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
wp_comment_reply();
|
|
||||||
include('admin-footer.php');
|
include('admin-footer.php');
|
||||||
?>
|
?>
|
Loading…
Reference in New Issue
Block a user