Make WordPress Core


Ignore:
Timestamp:
10/14/2010 07:58:06 PM (13 years ago)
Author:
scribu
Message:

Introduce submit_button(). Props markjaquith for initial patch. See #15064

File:
1 edited

Legend:

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

    r15132 r15810  
    149149<?php do_settings_sections('writing'); ?>
    150150
    151 <p class="submit">
    152     <input type="submit" name="Submit" class="button-primary" value="<?php esc_attr_e('Save Changes') ?>" />
    153 </p>
     151<?php submit_button(); ?>
    154152</form>
    155153</div>
Note: See TracChangeset for help on using the changeset viewer.