Changeset 13685
- Timestamp:
- Aug 16, 2010, 7:06:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.14.x/webapp/lib/smarty_plugins/outputfilter.pne_display_emoji.php
r8623 r13685 14 14 if (empty($GLOBALS['__Framework']['carrier'])) { 15 15 // 置換用に文字列を退避 16 list($list, $tpl_output) = util_replace_patterns_to_marker($tpl_output );16 list($list, $tpl_output) = util_replace_patterns_to_marker($tpl_output, array('/<+.[^>]+>/is')); 17 17 } 18 18
Note: See TracChangeset
for help on using the changeset viewer.