Changeset 61333
- Timestamp:
- 12/01/2025 02:24:49 PM (12 days ago)
- Location:
- branches/6.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9
-
branches/6.9/src/wp-admin/includes/media.php
r61099 r61333 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.