Merge pull request #424 from annando/tearsofjoy
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 16 Sep 2017 05:26:03 +0000 (07:26 +0200)
committerGitHub <noreply@github.com>
Sat, 16 Sep 2017 05:26:03 +0000 (07:26 +0200)
Unicode smilies: No tea anymore with tearsofjou

unicode_smilies/unicode_smilies.php

index 4ecea0c..ec1561a 100644 (file)
@@ -117,11 +117,6 @@ function unicode_smilies_smilies(&$a,&$b) {
 //     Smilies::add($b, ':fartinbed', '&#x;');
 //     Smilies::add($b, ':fartblush', '&#x;');
 
-// Drinks
-
-       Smilies::add($b, ':tea', '&#x2615;');
-//     Smilies::add($b, ':drool', '&#x1F924;'); // Bad client support
-
 // Sad smileys
 
        Smilies::add($b, ':crying', '&#x1F622;');
@@ -243,6 +238,11 @@ function unicode_smilies_smilies(&$a,&$b) {
 //  Regex killers - stick these at the bottom so they appear at the end of the English and
 //  at the start of $OtherLanguage.
 
+// Drinks
+
+       Smilies::add($b, ':tea', '&#x2615;');
+//     Smilies::add($b, ':drool', '&#x1F924;'); // Bad client support
+
        Smilies::add($b, ':cool', '&#x1F192;');
 //     Smilies::add($b, ':vomit', '&#x1F92E;'); // Bad client support
        Smilies::add($b, ':golf', '&#x1F3CC;');