Make WordPress Core


Ignore:
Timestamp:
11/18/2011 08:43:16 AM (13 years ago)
Author:
azaozz
Message:

Don't show the uploader on iPads (it's pointless), fixes #19004

File:
1 edited

Legend:

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

    r17748 r19335  
    77 */
    88
     9global $is_iphone;
     10
     11if ( $is_iphone ) // cannot upload files from iPhone/iPad
     12    return;
     13
    914$_GET['inline'] = 'true';
    1015/** Administration bootstrap */
Note: See TracChangeset for help on using the changeset viewer.