- Timestamp:
- 2007/10/08 19:40:30 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/smarty_extends/modifier.numeric_emoji.php
r15532 r16329 13 13 static $numeric_emoji_index = array('134', '125', '126', '127', '128', '129', '130', '131', '132', '133'); 14 14 15 if ( GC_MobileUserAgent::isMobile() && isset($numeric_emoji_index[$value])) {15 if (SC_MobileUserAgent::isMobile() && isset($numeric_emoji_index[$value])) { 16 16 return '[emoji:' . $numeric_emoji_index[$value] . ']'; 17 17 } else {
Note: See TracChangeset
for help on using the changeset viewer.