Changeset 826652
- Timestamp:
- 12/21/2013 04:03:21 PM (12 years ago)
- Location:
- ttt-devices/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
ttt-devices.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ttt-devices/trunk/readme.txt
r824699 r826652 4 4 Requires at least: 3.4 5 5 Tested up to: 3.6 6 Stable tag: 0. 36 Stable tag: 0.4 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 91 91 } 92 92 if ( is_tttdevice('android') ) { 93 echo "this is an iPhone";93 echo "this is an android"; 94 94 } 95 95 if ( is_tttdevice('windowsphone') ) { 96 echo "this is an iPhone";96 echo "this is an windows phone"; 97 97 } 98 98 if ( is_tttdevice('mobile') ) { -
ttt-devices/trunk/ttt-devices.php
r825515 r826652 92 92 plugins_url( '/js/ttt-devices.js' , __FILE__ ), 93 93 array( 'jquery' ), 94 '0.4 .2'94 '0.4' 95 95 ); 96 96 }
Note: See TracChangeset
for help on using the changeset viewer.