mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 16:43:06 +01:00
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:
parent
f9eaadc26f
commit
453dcd8f1d
@ -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 ?>&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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user