Skip to content

Commit 5f02731

Browse files
committed
Update media.php
1 parent 6547785 commit 5f02731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/includes/media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3055,7 +3055,7 @@ function media_upload_html_bypass() {
30553055
printf(
30563056
/* translators: %s: HTML attributes for button. */
30573057
__( '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>.' ),
3058-
'type="button" class="button-link"'
3058+
'type="button" class="button-link"'
30593059
);
30603060
?>
30613061
</p>

0 commit comments

Comments
 (0)