X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Ftext.php;h=43b321e98a01f503ce960e8ae91e32b0eb3310c3;hb=f620834d970286a6694a29434b0247d3037b9461;hp=c664fd7d37adf67f8c4139a1fd3edb90487284c7;hpb=df6188f2c7a3bb9d2743d8c609da9f2544190844;p=friendica.git diff --git a/include/text.php b/include/text.php index c664fd7d37..43b321e98a 100644 --- a/include/text.php +++ b/include/text.php @@ -1110,7 +1110,8 @@ function smilies($s, $sample = false) { ':like', ':dislike', '~friendica', - 'red#' + 'red#', + 'red#matrix' ); @@ -1148,7 +1149,8 @@ function smilies($s, $sample = false) { ':like', ':dislike', '~friendica ~friendica', - 'red red' + 'redredmatrix', + 'redredmatrix' ); $params = array('texts' => $texts, 'icons' => $icons, 'string' => $s);