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/link-add.php

    r1538 r1551  
    6464require('admin-header.php');
    6565?>
    66 <ul id="adminmenu2">
    67     <li><a href="link-manager.php"><?php _e('Manage Links') ?></a></li>
    68         <li><a href="link-add.php" class="current"><?php _e('Add Link') ?></a></li>
    69     <li><a href="link-categories.php"><?php _e('Link Categories') ?></a></li>
    70     <li class="last"><a href="link-import.php"><?php _e('Import Blogroll') ?></a></li>
    71 </ul>
    72 <style type="text/css" media="screen">
    73 th { text-align: right; }
    74 </style>
     66
    7567<?php if ($_GET['added']) : ?>
    7668<div class="updated"><p>Link added.</p></div>
Note: See TracChangeset for help on using the changeset viewer.