You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/wp-admin/includes/media.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3052,11 +3052,11 @@ function media_upload_html_bypass() {
3052
3052
?>
3053
3053
<p class="upload-html-bypass hide-if-no-js">
3054
3054
<?php
3055
-
printf(
3056
-
/* translators: %s: HTML attributes for button. */
3057
-
__( 'You are using the browser’s built-in file uploader. The WordPress uploader includes multiple file selection and drag and drop capability. <button %s>Switch to the multi-file uploader</button>.' ),
3055
+
printf(
3056
+
/* translators: %s: HTML attributes for button. */
3057
+
__( 'You are using the browser’s built-in file uploader. The WordPress uploader includes multiple file selection and drag and drop capability. <button %s>Switch to the multi-file uploader</button>.' ),
0 commit comments