mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Type that eliminated all content, fixed.
git-svn-id: https://develop.svn.wordpress.org/trunk@342 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -275,7 +275,7 @@ function convert_smilies($text) {
|
||||
$stop = count($textarr);// loop stuff
|
||||
for ($i = 0; $i < $stop; $i++) {
|
||||
$content = $textarr[$i];
|
||||
if ('<' != $curl{0}) { // If it's not a tag
|
||||
if ('<' != $content{0}) { // If it's not a tag
|
||||
$content = str_replace($b2_smiliessearch, $b2_smiliesreplace, $content);
|
||||
}
|
||||
$output .= $content;
|
||||
|
||||
Reference in New Issue
Block a user