Make WordPress Core

Changeset 22462


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.

Location:
trunk/wp-admin
Files:
2 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
  • 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.