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-form-advanced.php

    r6948 r6949  
    176176</p>
    177177
     178<div class="inside">
     179<p><strong><?php _e('Related') ?></strong></p>
     180
     181<ul>
    178182<?php if ($post_ID): ?>
    179 <div class="inside">
    180 <p><strong><?php _e('Related') ?></strong></p>
    181 
    182 <ul>
    183183<li><a href="edit.php?p=<?php echo $post_ID ?>"><?php _e('See Comments on this Post') ?></a></li>
     184<?php endif; ?>
    184185<li><a href="edit-comments.php"><?php _e('Manage All Comments') ?></a></li>
    185186<li><a href="edit.php"><?php _e('Manage All Posts') ?></a></li>
     187<li><a href="categories.php"><?php _e('Manage All Categories') ?></a></li>
     188<li><a href="edit-tags.php"><?php _e('Manage All Tags') ?></a></li>
    186189</ul>
    187190</div>
    188 <?php endif; ?>
    189191<?php do_action('submitpost_box'); ?>
    190192</div>
Note: See TracChangeset for help on using the changeset viewer.