Changeset 7085

Show
Ignore:
Timestamp:
02/28/08 07:37:15 (9 months ago)
Author:
ryan
Message:

Update 'See Comments on this Page' link

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/edit-page-form.php

    r7047 r7085  
    138138<ul> 
    139139<?php if ($post_ID): ?> 
    140 <li><a href="edit-pages.php?p=<?php echo $post_ID ?>"><?php _e('See Comments on this Page') ?></a></li> 
     140<li><a href="edit-pages.php?page_id=<?php echo $post_ID ?>&amp;c=1"><?php _e('See Comments on this Page') ?></a></li> 
    141141<?php endif; ?> 
    142142<li><a href="edit-comments.php"><?php _e('Manage All Comments') ?></a></li>