Put closing div inside conditional.

git-svn-id: http://svn.automattic.com/wordpress/trunk@6867 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-02-16 01:15:35 +00:00
parent 171cb54946
commit 1bec10a40a
1 changed files with 1 additions and 1 deletions

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