Changeset 6901
- Timestamp:
- May 1, 2008, 8:02:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.10.x/webapp/lib/smarty_plugins/outputfilter.pne_display_emoji.php
r6883 r6901 9 9 10 10 if (empty($GLOBALS['__Framework']['carrier'])) { 11 // input, textarea, titleを退避11 // input, textarea, head を退避 12 12 $patterns = array( 13 13 '/<input[^>]+>/is', 14 14 '/<textarea[^>]+>.*?<\/textarea>/is', 15 '/< title.*?<\/title>/is',15 '/<head.*?<\/head>/is', 16 16 ); 17 17 … … 23 23 24 24 if (empty($GLOBALS['__Framework']['carrier'])) { 25 // input, textarea, titleを元に戻す25 // input, textarea, head を元に戻す 26 26 $tpl_output = str_replace(array_keys($list), array_values($list), $tpl_output); 27 27 }
Note: See TracChangeset
for help on using the changeset viewer.