Changeset 35182 for trunk/src/wp-admin/includes/template-functions.php
- Timestamp:
- 10/15/2015 03:07:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template-functions.php
r35170 r35182 846 846 <input type="hidden" name="max_file_size" value="<?php echo $bytes; ?>" /> 847 847 </p> 848 <?php submit_button( __('Upload file and import'), ' button' ); ?>848 <?php submit_button( __('Upload file and import'), 'primary' ); ?> 849 849 </form> 850 850 <?php
Note: See TracChangeset
for help on using the changeset viewer.