Update plugin.emoticons.php

- cleanup
This commit is contained in:
Frank Hochmuth 2024-03-02 21:54:14 +01:00 committed by GitHub
parent f72d731e3f
commit 9f2248418a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
); );
} }