From 2b09b8ae17de287a18fecce71623a16e46dbc946 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 27 May 2013 08:34:12 +0200 Subject: [PATCH] make red# available as a smilie --- include/text.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/text.php b/include/text.php index 7b27d8b86e..9f8114d926 100644 --- a/include/text.php +++ b/include/text.php @@ -1061,7 +1061,8 @@ function smilies($s, $sample = false) { ':facepalm', ':like', ':dislike', - '~friendica' + '~friendica', + 'red#' ); @@ -1098,7 +1099,8 @@ function smilies($s, $sample = false) { ':facepalm', ':like', ':dislike', - '~friendica ~friendica' + '~friendica ~friendica', + 'red red' ); $params = array('texts' => $texts, 'icons' => $icons, 'string' => $s);