Changeset 705583
- Timestamp:
- 04/29/2013 07:43:15 PM (13 years ago)
- Location:
- php-mobile-redirect/trunk
- Files:
-
- 2 edited
-
includes/functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
php-mobile-redirect/trunk/includes/functions.php
r699779 r705583 15 15 $detect = "false"; 16 16 } 17 elseif ($detect->isiPad())18 {19 $detect = "false";20 }21 17 elseif ($detect->isMobile()) 22 18 { -
php-mobile-redirect/trunk/readme.txt
r700053 r705583 6 6 Requires at least: 3.2 7 7 Tested up to: 3.5.1 8 Stable tag: 1.1 8 Stable tag: 1.1.1 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 55 55 56 56 == Changelog == 57 = 1.1 = 58 * Fixed issue with detecting iPad's. 57 59 58 60 = 1.1 =
Note: See TracChangeset
for help on using the changeset viewer.