From 4222f506a82c7b2a50b602c51a83a85e1912450c Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 17 Feb 2012 23:44:25 -0800 Subject: [PATCH] deprecating two-char smilies --- include/text.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/include/text.php b/include/text.php index 8895f9813c..45881b9a64 100755 --- a/include/text.php +++ b/include/text.php @@ -686,19 +686,19 @@ function smilies($s, $sample = false) { '</3', '<\\3', ':-)', - ':)', +// ':)', ';-)', - ';)', +// ';)', ':-(', - ':(', +// ':(', ':-P', - ':P', +// ':P', ':-"', ':-"', ':-x', ':-X', ':-D', - ':D', +// ':D', '8-|', '8-O', ':-O', @@ -726,19 +726,19 @@ function smilies($s, $sample = false) { '</3', '<\\3', ':-)', - ':)', +// ':)', ';-)', - ';)', +// ';)', ':-(', - ':(', +// ':(', ':-P', - ':P', +// ':P', ':-\', ':-\', ':-x', ':-X', ':-D', - ':D', +// ':D', '8-|', '8-O', ':-O',