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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18994 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-10-18 19:44:00 +00:00
parent 97f9966f3a
commit c17df0bb43
1 changed files with 4 additions and 0 deletions

View File

@ -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