Ticket #20627: 20627.diff
File 20627.diff, 800 bytes (added by , 13 years ago) |
---|
-
wp-admin/includes/media.php
2068 2068 function media_upload_html_bypass() { 2069 2069 ?> 2070 2070 <p class="upload-html-bypass hide-if-no-js"> 2071 <?php _e('You are using the browser’s built-in file uploader. The new WordPress uploader includes multiple file selection and drag and drop capability. <a href="#">Switch to the newuploader</a>.'); ?>2071 <?php _e('You are using the browser’s built-in file uploader. The WordPress uploader includes multiple file selection and drag and drop capability. <a href="#">Switch to the multi-file uploader</a>.'); ?> 2072 2072 </p> 2073 2073 <?php 2074 2074 }