Changeset 6022
- Timestamp:
- 09/03/2007 07:56:09 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r6021 r6022 35 35 global $wp_query; 36 36 37 return ($wp_query->is_admin || (str pos($_SERVER['REQUEST_URI'], 'wp-admin/') !== false));37 return ($wp_query->is_admin || (stripos($_SERVER['REQUEST_URI'], 'wp-admin/') !== false)); 38 38 } 39 39
Note: See TracChangeset
for help on using the changeset viewer.