mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
Put closing div inside conditional.
git-svn-id: https://develop.svn.wordpress.org/trunk@6867 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7d9810fe95
commit
2238d418e1
@ -176,8 +176,8 @@ if ( ('edit' == $action) && current_user_can('delete_post', $post_ID) )
|
||||
<li><a href="edit-comments.php"><?php _e('Manage All Comments') ?></a></li>
|
||||
<li><a href="edit.php"><?php _e('Manage All Posts') ?></a></li>
|
||||
</ul>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
<p class="submit">
|
||||
|
Loading…
x
Reference in New Issue
Block a user