Changeset 21367 for trunk/wp-includes/vars.php
- Timestamp:
- 07/30/2012 07:40:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/vars.php
r20990 r21367 117 117 || strpos($_SERVER['HTTP_USER_AGENT'], 'Kindle') !== false 118 118 || strpos($_SERVER['HTTP_USER_AGENT'], 'BlackBerry') !== false 119 || strpos($_SERVER['HTTP_USER_AGENT'], 'Opera Mini') !== false ) { 119 || strpos($_SERVER['HTTP_USER_AGENT'], 'Opera Mini') !== false 120 || strpos($_SERVER['HTTP_USER_AGENT'], 'Opera Mobi') !== false ) { 120 121 $is_mobile = true; 121 122 } else {
Note: See TracChangeset
for help on using the changeset viewer.