From 1f74bd1b78f7db4940f0fded0d6f7716579218f0 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 1 Apr 2012 22:57:50 -0700 Subject: [PATCH] catch a couple more Oo smilies --- include/text.php | 4 ++++ 1 file changed, 4 insertions(+) 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', ':\'(', ':-!', ':-/',