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
@@ -1306,8 +1297,10 @@ function media_upload_header() {
1306
1297
functionmedia_upload_form( $errors = null ) {
1307
1298
global$type, $tab, $pagenow, $is_IE, $is_opera;
1308
1299
1309
-
if ( wp_is_mobile() )
1300
+
if ( ! _device_can_upload() ) {
1301
+
echo'<p>' . __('The web browser on your device cannot be used to upload files. You may be able to use the <a href=" http://wordpress.org/extend/mobile/">native app for your device</a> instead.') . '</p>';
0 commit comments