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-reading.php

    r15227 r15810  
    9595<?php do_settings_sections( 'reading' ); ?>
    9696
    97 <p class="submit">
    98     <input type="submit" name="Submit" class="button-primary" value="<?php esc_attr_e( 'Save Changes' ); ?>" />
    99 </p>
     97<?php submit_button(); ?>
    10098</form>
    10199</div>
Note: See TracChangeset for help on using the changeset viewer.