Changeset 61320
- Timestamp:
- 11/29/2025 04:24:23 AM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r61099 r61320 2286 2286 ?> 2287 2287 </label> 2288 <input type="file" name="async-upload" id="async-upload" required/>2288 <input type="file" name="async-upload" id="async-upload" /> 2289 2289 <?php submit_button( _x( 'Upload', 'verb' ), 'primary', 'html-upload', false ); ?> 2290 2290 <a href="#" onclick="try{top.tb_remove();}catch(e){}; return false;"><?php _e( 'Cancel' ); ?></a>
Note: See TracChangeset
for help on using the changeset viewer.