Make WordPress Core


Ignore:
Timestamp:
04/12/2012 12:16:37 AM (13 years ago)
Author:
azaozz
Message:

Don't hide links to the upload form and show an error for mobile devices that cannot upload, see #20410

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/media-new.php

    r20420 r20449  
    1010/** Administration bootstrap */
    1111require_once('./admin.php');
    12 
    13 if ( wp_is_mobile() ) // cannot upload files from mobile devices
    14     return;
    15 
    1612require_once('./media-upload.php');
Note: See TracChangeset for help on using the changeset viewer.