removing colons looks worse
git-svn-id: file:///home/shish/svn/shimmie2/trunk@250 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
a37c0c7f9b
commit
a06b38f038
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Emoticons extends Extension {
|
|||
}
|
||||
|
||||
private function bbcode_to_text($text) {
|
||||
$text = preg_replace("/:([a-z]*?):/s", "\\1", $text);
|
||||
// $text = preg_replace("/:([a-z]*?):/s", "\\1", $text);
|
||||
return $text;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue