From b3d450626e830f648c4c2e596e449d6817a8b324 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 18 Aug 2014 22:44:03 -0700 Subject: provide an overt indication that a post/comment was edited. --- include/text.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/text.php') diff --git a/include/text.php b/include/text.php index 1c5a78d4e..680e6fe95 100755 --- a/include/text.php +++ b/include/text.php @@ -1003,7 +1003,8 @@ function smilies($s, $sample = false) { ':like', ':dislike', 'red#', - 'r#' + 'r#', + 'red#matrix' ); $icons = array( @@ -1040,7 +1041,8 @@ function smilies($s, $sample = false) { ':like', ':dislike', 'redred#matrix', - 'redr#matrix' + 'redr#matrix', + 'redred#matrixmatrix' ); -- cgit v1.2.3