Skip to content

Commit 14baddb

Browse files
authored
Update unicode_smilies.php
changed
1 parent 8d84f2a commit 14baddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unicode_smilies/unicode_smilies.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ function unicode_smilies_smilies(&$a,&$b) {
231231

232232
// These two are still in core, so oldcore isn't strictly right, but we don't want too many directories
233233

234-
// Smilies::add($b, ':-d:', '&#x;');
235-
Smilies::add($b, ':-o:', '😮');
234+
// Smilies::add($b, ':-d', '&#x;');
235+
Smilies::add($b, ':-o', '😮');
236236

237237
// Regex killers - stick these at the bottom so they appear at the end of the English and
238238
// at the start of $OtherLanguage.

0 commit comments

Comments
 (0)