Changeset 19260
- Timestamp:
- 11/11/2011 08:32:20 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/media.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r19257 r19260 2026 2026 ?> 2027 2027 <p class="upload-flash-bypass"> 2028 <?php _e('You are using the multi-file uploader. Problems? Try the <a href="#"> Browser uploader</a> instead.'); ?>2028 <?php _e('You are using the multi-file uploader. Problems? Try the <a href="#">browser uploader</a> instead.'); ?> 2029 2029 </p> 2030 2030 <?php … … 2039 2039 ?> 2040 2040 <p class="upload-html-bypass hide-if-no-js"> 2041 <?php _e('You are using the Browser uploader. Try the <a href="#">Multi-file uploader</a> instead.'); ?>2041 <?php _e('You are using the browser uploader. Try the <a href="#">multi-file uploader</a> instead.'); ?> 2042 2042 </p> 2043 2043 <?php
Note: See TracChangeset
for help on using the changeset viewer.