Make WordPress Core


Ignore:
Timestamp:
11/08/2012 01:51:05 AM (13 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-background.php

    r22459 r22462  
    261261        <input type="hidden" name="action" value="save" />
    262262        <?php wp_nonce_field( 'custom-background-upload', '_wpnonce-custom-background-upload' ); ?>
    263         <?php submit_button( __( 'Upload' ), 'small', 'submit', false ); ?>
     263        <?php submit_button( __( 'Upload' ), 'button', 'submit', false ); ?>
    264264    </p>
    265265    <?php
Note: See TracChangeset for help on using the changeset viewer.