Make WordPress Core


Ignore:
Timestamp:
10/17/2010 06:24:34 PM (14 years ago)
Author:
scribu
Message:

Use submit_button() in more places. See #15064

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/custom-background.php

    r15564 r15830  
    304304
    305305<?php wp_nonce_field('custom-background'); ?>
    306 <p class="submit"><input type="submit" class="button-primary" name="save-background-options" value="<?php esc_attr_e('Save Changes'); ?>" /></p>
     306<?php submit_button( null, 'primary', 'save-background-options' ); ?>
    307307</form>
    308308
Note: See TracChangeset for help on using the changeset viewer.