Changeset 6331
- Timestamp:
- 11/12/07 19:33:06 (10 months ago)
- Files:
-
- trunk/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/formatting.php
r6314 r6331 665 665 global $wp_smiliessearch, $wp_smiliesreplace; 666 666 $output = ''; 667 if ( get_option('use_smilies')) {667 if ( get_option('use_smilies') && !empty($wp_smiliessearch) && !empty($wp_smiliesreplace) ) { 668 668 // HTML loop taken from texturize function, could possible be consolidated 669 669 $textarr = preg_split("/(<.*>)/U", $text, -1, PREG_SPLIT_DELIM_CAPTURE); // capture the tags as well as in between
