Make WordPress Core


Ignore:
Timestamp:
08/10/2004 05:35:59 AM (21 years ago)
Author:
rboren
Message:

Static pages. Take 1.

File:
1 edited

Legend:

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

    r1494 r1527  
    9494<ul id="adminmenu2">
    9595  <li><a href="edit.php"><?php _e('Posts') ?></a></li>
     96  <li><a href="edit-pages.php"><?php _e('Pages') ?></a></li>
    9697  <li><a href="categories.php" class="current"><?php _e('Categories') ?></a></li>
    9798  <li><a href="edit-comments.php"><?php _e('Comments') ?></a></li>
     
    154155<ul id="adminmenu2">
    155156    <li><a href="edit.php"><?php _e('Posts') ?></a></li>
     157    <li><a href="edit-pages.php"><?php _e('Pages') ?></a></li>
    156158    <li><a class="current"><?php _e('Categories') ?></a></li>
    157159    <li><a href="edit-comments.php"><?php _e('Comments') ?></a></li>
Note: See TracChangeset for help on using the changeset viewer.