Change text prompt in HTML uploader, props jane, fixes #19276
git-svn-id: https://develop.svn.wordpress.org/trunk@19330 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9007ab3e75
commit
6385e58b51
@ -2029,7 +2029,7 @@ function media_upload_flash_bypass() {
|
|||||||
function media_upload_html_bypass() {
|
function media_upload_html_bypass() {
|
||||||
?>
|
?>
|
||||||
<p class="upload-html-bypass hide-if-no-js">
|
<p class="upload-html-bypass hide-if-no-js">
|
||||||
<?php _e('You are using the browser uploader. Try the <a href="#">multi-file uploader</a> instead.'); ?>
|
<?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>.'); ?>
|
||||||
</p>
|
</p>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user