Update plugin.emoticons.php
- cleanup
This commit is contained in:
parent
f72d731e3f
commit
9f2248418a
@ -54,8 +54,8 @@ function plugin_emoticons_filter ($emostring) {
|
|||||||
|
|
||||||
foreach ($plugin_emoticons as $text => $emoticon) {
|
foreach ($plugin_emoticons as $text => $emoticon) {
|
||||||
$emostring = str_replace(
|
$emostring = str_replace(
|
||||||
["$text"],
|
$text,
|
||||||
"{$emoticon}",
|
$emoticon,
|
||||||
$emostring
|
$emostring
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user