Make WordPress Core


Ignore:
Timestamp:
11/08/2012 01:51:05 AM (12 years ago)
Author:
nacin
Message:

Proper button heights on the custom header and background pages. props johnbillion. fixes #22385.

File:
1 edited

Legend:

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

    r22459 r22462  
    532532        <input type="hidden" name="action" value="save" />
    533533        <?php wp_nonce_field( 'custom-header-upload', '_wpnonce-custom-header-upload' ); ?>
    534         <?php submit_button( __( 'Upload' ), 'small', 'submit', false ); ?>
     534        <?php submit_button( __( 'Upload' ), 'button', 'submit', false ); ?>
    535535    </p>
    536536    <?php
Note: See TracChangeset for help on using the changeset viewer.