forked from friendica/friendica-addons
Update unicode_smilies.php
changed
This commit is contained in:
parent
8d84f2a557
commit
14baddba32
|
@ -231,8 +231,8 @@ function unicode_smilies_smilies(&$a,&$b) {
|
||||||
|
|
||||||
// These two are still in core, so oldcore isn't strictly right, but we don't want too many directories
|
// These two are still in core, so oldcore isn't strictly right, but we don't want too many directories
|
||||||
|
|
||||||
// Smilies::add($b, ':-d:', '&#x;');
|
// Smilies::add($b, ':-d', '&#x;');
|
||||||
Smilies::add($b, ':-o:', '😮');
|
Smilies::add($b, ':-o', '😮');
|
||||||
|
|
||||||
// Regex killers - stick these at the bottom so they appear at the end of the English and
|
// Regex killers - stick these at the bottom so they appear at the end of the English and
|
||||||
// at the start of $OtherLanguage.
|
// at the start of $OtherLanguage.
|
||||||
|
|
Loading…
Reference in a new issue