Make WordPress Core


Ignore:
Timestamp:
03/11/2004 08:51:50 AM (23 years ago)
Author:
saxmatt
Message:

More options improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-permalink.php

    r965 r969  
    5656?>
    5757 <ul id="adminmenu2">
     58 <li><a href="options-general.php">General</a></li>
     59        <li><a href="options-writing.php">Writing</a></li>
     60        <li><a href="options-reading.php">Reading</a></li>
     61        <li><a href="options-discussion.php">Discussion</a></li>
    5862  <?php
    5963    //we need to iterate through the available option groups.
     
    6973    } // end for each group
    7074?>
    71   <li class="last"><a href="options-permalink.php">Permalinks</a></li>
     75  <li class="last"><a class="current">Permalinks</a></li>
    7276</ul>
    7377<br clear="all" />
Note: See TracChangeset for help on using the changeset viewer.