Changeset 5063
- Timestamp:
- 03/20/2007 03:18:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/vars.php
r5032 r5063 20 20 } elseif (strpos($_SERVER['HTTP_USER_AGENT'], 'Gecko') !== false) { 21 21 $is_gecko = true; 22 } elseif (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false && strpos($_SERVER['HTTP_USER_AGENT'], 'Win') ) {22 } elseif (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false && strpos($_SERVER['HTTP_USER_AGENT'], 'Win') !== false) { 23 23 $is_winIE = true; 24 24 } elseif (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false && strpos($_SERVER['HTTP_USER_AGENT'], 'Mac') !== false) {
Note: See TracChangeset
for help on using the changeset viewer.