Update upload-html-bypass string to reflect that the uploader is no longer new. Props Ipstenu. fixes #20627

git-svn-id: https://develop.svn.wordpress.org/trunk@20735 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-05-07 16:48:35 +00:00
parent a38242a366
commit 144b8d7135
1 changed files with 1 additions and 1 deletions

View File

@ -2068,7 +2068,7 @@ add_action('post-plupload-upload-ui', 'media_upload_flash_bypass');
function media_upload_html_bypass() {
?>
<p class="upload-html-bypass hide-if-no-js">
<?php _e('You are using the browser&#8217;s built-in file uploader. The new WordPress uploader includes multiple file selection and drag and drop capability. <a href="#">Switch to the new uploader</a>.'); ?>
<?php _e('You are using the browser&#8217;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>.'); ?>
</p>
<?php
}