Make WordPress Core


Ignore:
Timestamp:
04/19/2004 08:09:27 AM (21 years ago)
Author:
saxmatt
Message:

Massive admin tweak commit. Improved consistency, numerous bug fixes, redesigned link forms, tweaked options more, left the ugly grey bar I didn't mean to add in the first place but tweaked it too.

File:
1 edited

Legend:

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

    r1074 r1100  
    11<?php
    22$title = 'Permalink Options';
    3 $this_file = 'options.php';
     3$parent_file = 'options-general.php';
    44
    55function add_magic_quotes($array) {
     
    7878      <input name="permalink_structure" type="text" style="width: 100%;" value="<?php echo $permalink_structure; ?>" />
    7979    </p>
    80     <p>
    81       <input type="submit" name="Submit" value="Update">
     80    <p class="submit">
     81      <input type="submit" name="Submit" value="Update Permalink Structure">
    8282    </p>
    8383  </form>
Note: See TracChangeset for help on using the changeset viewer.