From: friendica Date: Mon, 2 Apr 2012 05:57:50 +0000 (-0700) Subject: catch a couple more Oo smilies X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1f74bd1b78f7db4940f0fded0d6f7716579218f0;p=friendica.git catch a couple more Oo smilies --- diff --git a/include/text.php b/include/text.php index f204e3f9b9..e1e0407500 100644 --- a/include/text.php +++ b/include/text.php @@ -725,6 +725,8 @@ function smilies($s, $sample = false) { '\\o/', 'o.O', 'O.o', + 'o_O', + 'O_o', ":'(", ":-!", ":-/", @@ -759,6 +761,8 @@ function smilies($s, $sample = false) { '\\o/', 'o.O', 'O.o', + 'o_O', + 'O_o', ':\'(', ':-!', ':-/',