Changeset 15830 for trunk/wp-admin/includes/template.php
- Timestamp:
- 10/17/2010 06:24:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r15810 r15830 844 844 <input type="hidden" name="max_file_size" value="<?php echo $bytes; ?>" /> 845 845 </p> 846 <p class="submit"> 847 <input type="submit" class="button" value="<?php esc_attr_e( 'Upload file and import' ); ?>" /> 848 </p> 846 <?php submit_button( __('Upload file and import'), 'secondary' ); ?> 849 847 </form> 850 848 <?php
Note: See TracChangeset
for help on using the changeset viewer.