Make WordPress Core


Ignore:
Timestamp:
02/14/2008 02:46:08 AM (18 years ago)
Author:
ryan
Message:

Styling updates for settings pages. Props hansengel. see #5851

File:
1 edited

Legend:

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

    r6833 r6838  
    1212<form method="post" action="options.php">
    1313<?php wp_nonce_field('update-options') ?>
    14 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" /></p>
    1514<table class="niceblue">
    1615<tr valign="top">
     
    9190</table>
    9291
    93 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" />
     92<p class="submit"><input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />
    9493<input type="hidden" name="action" value="update" />
    9594<input type="hidden" name="page_options" value="<?php if ( ! defined( 'WP_SITEURL' ) ) echo 'siteurl,'; if ( ! defined( 'WP_HOME' ) ) echo 'home,'; ?>blogname,blogdescription,admin_email,users_can_register,gmt_offset,date_format,time_format,start_of_week,comment_registration,default_role" />
Note: See TracChangeset for help on using the changeset viewer.