Changeset 12297 for trunk/wp-admin/includes/media.php
- Timestamp:
- 11/30/2009 08:58:12 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r12295 r12297 1432 1432 <p id="async-upload-wrap"> 1433 1433 <label class="screen-reader-text" for="async-upload"><?php _e('Upload'); ?></label> 1434 <input type="file" name="async-upload" id="async-upload" /> <input type="submit" class="button" name="html-upload" value="<?php esc_attr_e('Upload'); ?>" /> <a href="#" onclick=" return top.tb_remove();"><?php _e('Cancel'); ?></a>1434 <input type="file" name="async-upload" id="async-upload" /> <input type="submit" class="button" name="html-upload" value="<?php esc_attr_e('Upload'); ?>" /> <a href="#" onclick="try{top.tb_remove();}catch(e){}; return false;"><?php _e('Cancel'); ?></a> 1435 1435 </p> 1436 1436 <div class="clear"></div>
Note: See TracChangeset
for help on using the changeset viewer.