Make WordPress Core


Ignore:
Timestamp:
10/15/2015 03:07:48 AM (10 years ago)
Author:
helen
Message:

Make some primary action buttons look primary.

  • User deletion/removal
  • Site status change (multisite)
  • Network upgrade
  • Import file upload
  • Media browser upload

props Dezzy for the initial patch.
fixes #23738.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template-functions.php

    r35170 r35182  
    846846<input type="hidden" name="max_file_size" value="<?php echo $bytes; ?>" />
    847847</p>
    848 <?php submit_button( __('Upload file and import'), 'button' ); ?>
     848<?php submit_button( __('Upload file and import'), 'primary' ); ?>
    849849</form>
    850850<?php
Note: See TracChangeset for help on using the changeset viewer.