Make WordPress Core


Ignore:
Timestamp:
02/20/2008 11:43:06 PM (18 years ago)
Author:
ryan
Message:

Add Related section to all write/edit pages

File:
1 edited

Legend:

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

    r6948 r6949  
    141141</p>
    142142
     143<div class="inside">
     144<p><strong><?php _e('Related') ?></strong></p>
     145
     146<ul>
    143147<?php if ($post_ID): ?>
    144 <div class="inside">
    145 <p><strong><?php _e('Related') ?></strong></p>
    146 
    147 <ul>
    148148<li><a href="edit-pages.php?p=<?php echo $post_ID ?>"><?php _e('See Comments on this Page') ?></a></li>
     149<?php endif; ?>
    149150<li><a href="edit-comments.php"><?php _e('Manage All Comments') ?></a></li>
    150151<li><a href="edit-pages.php"><?php _e('Manage All Pages') ?></a></li>
    151152</ul>
    152153</div>
    153 <?php endif; ?>
    154 
    155154<?php do_action('submitpage_box'); ?>
    156155</div>
Note: See TracChangeset for help on using the changeset viewer.