mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
git-svn-id: https://develop.svn.wordpress.org/trunk@4283 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -613,7 +613,7 @@ function convert_smilies($text) {
|
||||
for ($i = 0; $i < $stop; $i++) {
|
||||
$content = $textarr[$i];
|
||||
if ((strlen($content) > 0) && ('<' != $content{0})) { // If it's not a tag
|
||||
$content = str_replace($wp_smiliessearch, $wp_smiliesreplace, $content);
|
||||
$content = preg_replace($wp_smiliessearch, $wp_smiliesreplace, $content);
|
||||
}
|
||||
$output .= $content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user