From e8946bf56a5bf0f061ef9844e35779a3f6160a0f Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 18 Oct 2011 19:44:00 +0000 Subject: [PATCH] Globalize everything in vars.php. props duck_. fixes #17749. git-svn-id: https://develop.svn.wordpress.org/trunk@18994 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/vars.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-includes/vars.php b/wp-includes/vars.php index d28d99b972..3b824a959a 100644 --- a/wp-includes/vars.php +++ b/wp-includes/vars.php @@ -12,6 +12,10 @@ * @package WordPress */ +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; + // On which page are we ? if ( is_admin() ) { // wp-admin pages are checked more carefully