Changeset 22856 for branches/version-2_13-dev/data/class/SC_MobileEmoji.php
- Timestamp:
- 2013/06/08 16:35:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/SC_MobileEmoji.php
r22567 r22856 31 31 * 携帯端末の絵文字を扱うクラス 32 32 */ 33 class SC_MobileEmoji 33 class SC_MobileEmoji 34 34 { 35 35 /** … … 43 43 { 44 44 $replace_callback = create_function('$matches', 'return SC_MobileEmoji_Ex::indexToCode($matches[1]);'); 45 45 46 return preg_replace_callback('/\[emoji:(e?\d+)\]/', $replace_callback, $buffer); 46 47 }
Note: See TracChangeset
for help on using the changeset viewer.
