Changeset 3286
- Timestamp:
- 12/10/2005 11:29:39 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r3254 r3286 1520 1520 global $wp_query; 1521 1521 1522 return $wp_query->is_admin;1522 return ( $wp_query->is_admin || strstr($_SERVER['REQUEST_URI'], 'wp-admin/') ); 1523 1523 } 1524 1524
Note: See TracChangeset
for help on using the changeset viewer.