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

git-svn-id: http://core.svn.wordpress.org/trunk@20735 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2012-05-07 16:48:35 +00:00
parent 85781eaed2
commit fa13d2cf18
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
}