Make WordPress Core


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

New submenu system.

File:
1 edited

Legend:

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

    r1528 r1551  
    33
    44$title = __('Pages');
     5$parent_file = 'edit.php';
    56require_once('admin-header.php');
    67
    7 ?>
    8  <ul id="adminmenu2">
    9   <li><a href="edit.php"><?php _e('Posts') ?></a></li>
    10   <li><a href="edit-pages.php" class="current"><?php _e('Pages') ?></a></li>
    11   <li><a href="categories.php"><?php _e('Categories') ?></a></li>
    12   <li><a href="edit-comments.php"><?php _e('Comments') ?></a></li>
    13   <li><a href="moderation.php"><?php _e('Awaiting Moderation') ?></a></li>
    14 </ul>
    15 <?php
    168get_currentuserinfo();
    179?>
Note: See TracChangeset for help on using the changeset viewer.