Update 'See Comments on this Page' link

git-svn-id: http://svn.automattic.com/wordpress/trunk@7085 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-02-28 07:37:15 +00:00
parent b2572e4b11
commit 67fd73834b
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>