Make WordPress Core


Ignore:
Timestamp:
10/14/2010 07:58:06 PM (14 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-privacy.php

    r15132 r15810  
    5151<?php do_settings_sections('privacy'); ?>
    5252
    53 <p class="submit">
    54     <input type="submit" name="Submit" class="button-primary" value="<?php esc_attr_e('Save Changes') ?>" />
    55 </p>
     53<?php submit_button(); ?>
    5654</form>
    5755
Note: See TracChangeset for help on using the changeset viewer.