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:
parent
b2572e4b11
commit
67fd73834b
|
@ -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…
Reference in New Issue