Make WordPress Core


Ignore:
Timestamp:
04/10/2012 01:19:30 AM (13 years ago)
Author:
azaozz
Message:

Introduce wp_is_mobile() and use it instead of $is_iphone global, see #20014

File:
1 edited

Legend:

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

    r19712 r20417  
    77 */
    88
    9 global $is_iphone;
    10 
    11 if ( $is_iphone ) // cannot upload files from iPhone/iPad
     9if ( wp_is_mobile() ) // cannot upload files from mobile devices
    1210    return;
    1311
Note: See TracChangeset for help on using the changeset viewer.