Make WordPress Core

Changeset 18994


Ignore:
Timestamp:
10/18/2011 07:44:00 PM (13 years ago)
Author:
nacin
Message:

Globalize everything in vars.php. props duck_. fixes #17749.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/vars.php

    r18993 r18994  
    1212 * @package WordPress
    1313 */
     14
     15global $pagenow,
     16    $is_lynx, $is_gecko, $is_winIE, $is_macIE, $is_opera, $is_NS4, $is_safari, $is_chrome, $is_iphone, $is_IE,
     17    $is_apache, $is_IIS, $is_iis7;
    1418
    1519// On which page are we ?
Note: See TracChangeset for help on using the changeset viewer.