Changeset 59554 for trunk/src/wp-admin/includes/media.php
- Timestamp:
- 12/22/2024 07:13:23 PM (13 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
r59497 r59554 2278 2278 <?php 2279 2279 /* translators: Hidden accessibility text. */ 2280 _e ( 'Upload' );2280 _ex( 'Upload', 'verb' ); 2281 2281 ?> 2282 2282 </label> 2283 2283 <input type="file" name="async-upload" id="async-upload" /> 2284 <?php submit_button( _ _( 'Upload' ), 'primary', 'html-upload', false ); ?>2284 <?php submit_button( _x( 'Upload', 'verb' ), 'primary', 'html-upload', false ); ?> 2285 2285 <a href="#" onclick="try{top.tb_remove();}catch(e){}; return false;"><?php _e( 'Cancel' ); ?></a> 2286 2286 </p>
Note: See TracChangeset
for help on using the changeset viewer.