Make WordPress Core


Ignore:
Timestamp:
10/24/2008 10:45:58 AM (18 years ago)
Author:
markjaquith
Message:

Do not put an overline for submit buttons at the top (TODO: figure out our style for options pages)

File:
1 edited

Legend:

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

    r9233 r9320  
    2525<?php wp_nonce_field('misc-options') ?>
    2626
    27 <p class="submit">
     27<p class="submit submit-top">
    2828        <input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" class="button" />
    2929</p>
Note: See TracChangeset for help on using the changeset viewer.