Skip to content

Commit 871c060

Browse files
committed
Stray spaces...
1 parent 892ea5c commit 871c060

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/wp-admin/includes/media.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3052,11 +3052,11 @@ function media_upload_html_bypass() {
30523052
?>
30533053
<p class="upload-html-bypass hide-if-no-js">
30543054
<?php
3055-
printf(
3056-
/* translators: %s: HTML attributes for button. */
3057-
__( 'You are using the browser&#8217;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&#8217;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>.' ),
30583058
'type="button" class="button-link"'
3059-
);
3059+
);
30603060
?>
30613061
</p>
30623062
<?php

0 commit comments

Comments
 (0)