From: Tobias Diekershoff Date: Mon, 27 May 2013 06:34:12 +0000 (+0200) Subject: make red# available as a smilie X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2b09b8ae17de287a18fecce71623a16e46dbc946;p=friendica.git make red# available as a smilie --- 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);