Make WordPress Core

Changeset 25996


Ignore:
Timestamp:
10/30/2013 07:36:39 PM (10 years ago)
Author:
nacin
Message:

Explicitly globalize $is_nginx in vars.php.

props johnjamesjacoby.
fixes #25776.

File:
1 edited

Legend:

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

    r25880 r25996  
    1515global $pagenow,
    1616    $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;
     17    $is_apache, $is_IIS, $is_iis7, $is_nginx;
    1818
    1919// On which page are we ?
Note: See TracChangeset for help on using the changeset viewer.