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-comment.php

    r6948 r6949  
    8484?>
    8585</p>
     86
     87<div class="inside">
     88<p><strong><?php _e('Related') ?></strong></p>
     89
     90<ul>
     91<li><a href="edit-comments.php"><?php _e('Manage All Comments') ?></a></li>
     92<li><a href="moderation.php"><?php _e('Moderate Comments') ?></a></li>
     93</ul>
     94</div>
    8695<?php do_action('submitcomment_box'); ?>
    8796</div>
Note: See TracChangeset for help on using the changeset viewer.