Changeset 1179600
- Timestamp:
- 06/12/2015 12:27:50 PM (11 years ago)
- Location:
- mobile-detective/trunk
- Files:
-
- 2 edited
-
MobileDetective.php (modified) (1 diff)
-
Mobile_Detect.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mobile-detective/trunk/MobileDetective.php
r1179422 r1179600 47 47 wp_safe_redirect( $location);return ($atts['redirect']); 48 48 } return ("url not set");*/ 49 $detect = new Mobile_Detect ;49 $detect = new Mobile_Detect_forMD; 50 50 $s=file_get_contents(plugin_dir_path(__FILE__).'filters.txt'); 51 51 $a=explode (",",$s); -
mobile-detective/trunk/Mobile_Detect.php
r1179422 r1179600 26 26 */ 27 27 28 class Mobile_Detect 28 class Mobile_Detect_forMD 29 29 { 30 30 /**
Note: See TracChangeset
for help on using the changeset viewer.