Make WordPress Core


Ignore:
Timestamp:
03/06/2008 10:09:14 AM (18 years ago)
Author:
matt
Message:

Clean up comments links, link to more comments pages not posts.

File:
1 edited

Legend:

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

    r7146 r7169  
    140140<ul>
    141141<?php if ($post_ID): ?>
    142 <li><a href="edit-pages.php?page_id=<?php echo $post_ID ?>&amp;c=1"><?php _e('See Comments on this Page') ?></a></li>
     142<li><a href="edit-pages.php?page_id=<?php echo $post_ID ?>"><?php _e('See Comments on this Page') ?></a></li>
    143143<?php endif; ?>
    144144<li><a href="edit-comments.php"><?php _e('Manage All Comments') ?></a></li>
Note: See TracChangeset for help on using the changeset viewer.