Make WordPress Core


Ignore:
Timestamp:
08/22/2004 11:24:50 PM (21 years ago)
Author:
saxmatt
Message:

New submenu system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/moderation.php

    r1527 r1551  
    44$title = __('Moderate comments');
    55$parent_file = 'edit.php';
    6 /* <Moderation> */
    76
    87function add_magic_quotes($array) {
     
    9796        die(__('<p>Your level is not high enough to moderate comments.</p>'));
    9897    }
    99 ?>
    100 <ul id="adminmenu2">
    101     <li><a href="edit.php"> <?php _e('Posts') ?></a></li>
    102     <li><a href="edit-pages.php"><?php _e('Pages') ?></a></li>
    103     <li><a href="categories.php"><?php _e('Categories') ?></a></li>
    104     <li><a href="edit-comments.php"> <?php _e('Comments') ?></a></li>
    105     <li><a href="moderation.php" class="current"><?php _e('Awaiting Moderation') ?></a></li>
    106 </ul>
    107 <?php
    10898
    10999if (isset($deleted) || isset($approved) || isset($ignored)) {
     
    184174}
    185175
    186 /* </Template> */
    187 include("admin-footer.php") ?>
     176
     177include('admin-footer.php') ?>
Note: See TracChangeset for help on using the changeset viewer.