Update 'See Comments on this Page' link

git-svn-id: https://develop.svn.wordpress.org/trunk@7085 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-28 07:37:15 +00:00
parent f9eaadc26f
commit 453dcd8f1d
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ if ( ('edit' == $action) && current_user_can('delete_page', $post_ID) )
<ul>
<?php if ($post_ID): ?>
<li><a href="edit-pages.php?p=<?php echo $post_ID ?>"><?php _e('See Comments on this Page') ?></a></li>
<li><a href="edit-pages.php?page_id=<?php echo $post_ID ?>&amp;c=1"><?php _e('See Comments on this Page') ?></a></li>
<?php endif; ?>
<li><a href="edit-comments.php"><?php _e('Manage All Comments') ?></a></li>
<li><a href="edit-pages.php"><?php _e('Manage All Pages') ?></a></li>