Explicitly globalize $is_nginx in vars.php.
props johnjamesjacoby. fixes #25776. Built from https://develop.svn.wordpress.org/trunk@25996 git-svn-id: http://core.svn.wordpress.org/trunk@25929 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9d0e238255
commit
11eb5055ac
|
@ -14,7 +14,7 @@
|
|||
|
||||
global $pagenow,
|
||||
$is_lynx, $is_gecko, $is_winIE, $is_macIE, $is_opera, $is_NS4, $is_safari, $is_chrome, $is_iphone, $is_IE,
|
||||
$is_apache, $is_IIS, $is_iis7;
|
||||
$is_apache, $is_IIS, $is_iis7, $is_nginx;
|
||||
|
||||
// On which page are we ?
|
||||
if ( is_admin() ) {
|
||||
|
|
Loading…
Reference in New Issue