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:
parent
85781eaed2
commit
fa13d2cf18
|
@ -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’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’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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue