mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-28 00:14:27 +00:00
Globalize everything in vars.php. props duck_. fixes #17749.
git-svn-id: https://develop.svn.wordpress.org/trunk@18994 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user