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:
Ryan Boren 2008-02-16 01:15:35 +00:00
parent 7d9810fe95
commit 2238d418e1

View File

@ -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">