Make WordPress Core


Ignore:
Timestamp:
02/14/2008 02:46:08 AM (19 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-discussion.php

    r6837 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<h3><?php _e('Usual settings for an article:') ?></h3>
    1615<small><em><?php echo '(' . __('These settings may be overridden for individual articles.') . ')'; ?></em></small>
     
    7574<input type="hidden" name="action" value="update" />
    7675<input type="hidden" name="page_options" value="default_pingback_flag,default_ping_status,default_comment_status,comments_notify,moderation_notify,comment_moderation,require_name_email,comment_whitelist,comment_max_links,moderation_keys,blacklist_keys" />
    77 <input type="submit" name="Submit" value="<?php _e('Save Changes &raquo;') ?>" />
     76<input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" />
    7877</p>
    7978</form>
Note: See TracChangeset for help on using the changeset viewer.