Changeset 35182 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 10/15/2015 03:07:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r35170 r35182 1928 1928 <label class="screen-reader-text" for="async-upload"><?php _e('Upload'); ?></label> 1929 1929 <input type="file" name="async-upload" id="async-upload" /> 1930 <?php submit_button( __( 'Upload' ), ' button', 'html-upload', false ); ?>1930 <?php submit_button( __( 'Upload' ), 'primary', 'html-upload', false ); ?> 1931 1931 <a href="#" onclick="try{top.tb_remove();}catch(e){}; return false;"><?php _e('Cancel'); ?></a> 1932 1932 </p>
Note: See TracChangeset
for help on using the changeset viewer.