Changeset 6883
- Timestamp:
- Apr 30, 2008, 11:44:30 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
r6032 r6883 9 9 10 10 if (empty($GLOBALS['__Framework']['carrier'])) { 11 // input, textarea を退避11 // input, textarea, title を退避 12 12 $patterns = array( 13 13 '/<input[^>]+>/is', 14 14 '/<textarea[^>]+>.*?<\/textarea>/is', 15 '/<title.*?<\/title>/is', 15 16 ); 16 17 … … 22 23 23 24 if (empty($GLOBALS['__Framework']['carrier'])) { 24 // input, textarea を元に戻す25 // input, textarea, title を元に戻す 25 26 $tpl_output = str_replace(array_keys($list), array_values($list), $tpl_output); 26 27 }
Note: See TracChangeset
for help on using the changeset viewer.