Changeset 19946
- Timestamp:
- 09/25/07 23:41:43 (9 months ago)
- Files:
-
- wordpress-mobile-edition/trunk/wp-mobile.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wordpress-mobile-edition/trunk/wp-mobile.php
r7179 r19946 21 21 Author: Alex King 22 22 Author URI: http://alexking.org 23 Version: 2. 023 Version: 2.1dev 24 24 */ 25 25 … … 32 32 if (akm_mobile_exclude()) { 33 33 return false; 34 } 35 if (isset($_COOKIE['akm_mobile']) && $_COOKIE['akm_mobile'] == 'true') { 36 return true; 34 37 } 35 38 $whitelist = array( … … 63 66 ,'Opera Mini' 64 67 ,'Palm' 68 ,'Playstation Portable' 65 69 ,'portalmmm' 66 70 ,'Proxinet' … … 174 178 $redirect = true; 175 179 break; 180 case 'force_mobile': 176 181 case 'accept_mobile': 177 182 setcookie(
