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

    r1536 r1551  
    33
    44$title = __('Posts');
     5$parent_file = 'edit.php';
    56require_once('admin-header.php');
    67
    7 ?>
    8  <ul id="adminmenu2">
    9   <li><a href="edit.php" class="current"><?php _e('Posts') ?></a></li>
    10   <li><a href="edit-pages.php"><?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$drafts = $wpdb->get_results("SELECT ID, post_title FROM $wpdb->posts WHERE post_status = 'draft' AND post_author = $user_ID");
Note: See TracChangeset for help on using the changeset viewer.