Make WordPress Core


Ignore:
Timestamp:
08/31/2016 06:41:07 AM (9 years ago)
Author:
wonderboymusic
Message:

General: use a new function, wp_is_IE(), instead of the $is_IE global in a number of places.

See #37699.

File:
1 edited

Legend:

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

    r38307 r38467  
    17841784 * @global string $type
    17851785 * @global string $tab
    1786  * @global bool   $is_IE
    17871786 * @global bool   $is_opera
    17881787 *
     
    17901789 */
    17911790function media_upload_form( $errors = null ) {
    1792     global $type, $tab, $is_IE, $is_opera;
     1791    global $type, $tab, $is_opera;
    17931792
    17941793    if ( ! _device_can_upload() ) {
Note: See TracChangeset for help on using the changeset viewer.