diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index 7c30b75704..9b5fdd6364 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -1298,7 +1298,7 @@ function media_upload_form( $errors = null ) { global $type, $tab, $pagenow, $is_IE, $is_opera; if ( ! _device_can_upload() ) { - echo '

' . __('The web browser on your device cannot be used to upload files. You may be able to use the native app for your device instead.') . '

'; + echo '

' . __('The web browser on your device cannot be used to upload files. You may be able to use the native app for your device instead.') . '

'; return; }