Update unicode_smilies.php
changed
This commit is contained in:
parent
8d84f2a557
commit
14baddba32
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
// Smilies::add($b, ':-d:', '&#x;');
|
||||
Smilies::add($b, ':-o:', '😮');
|
||||
// Smilies::add($b, ':-d', '&#x;');
|
||||
Smilies::add($b, ':-o', '😮');
|
||||
|
||||
// Regex killers - stick these at the bottom so they appear at the end of the English and
|
||||
// at the start of $OtherLanguage.
|
||||
|
|
Loading…
Reference in a new issue