aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-18 22:44:03 -0700
committerfriendica <info@friendica.com>2014-08-18 22:44:03 -0700
commitb3d450626e830f648c4c2e596e449d6817a8b324 (patch)
tree9906c94004a3ff2af3e8efc77ea62c98a0b1da68 /include/text.php
parent206492e15d451d9487dd6b09f4092a714610a5ba (diff)
downloadvolse-hubzilla-b3d450626e830f648c4c2e596e449d6817a8b324.tar.gz
volse-hubzilla-b3d450626e830f648c4c2e596e449d6817a8b324.tar.bz2
volse-hubzilla-b3d450626e830f648c4c2e596e449d6817a8b324.zip
provide an overt indication that a post/comment was edited.
Diffstat (limited to 'include/text.php')
-rwxr-xr-xinclude/text.php6
1 files changed, 4 insertions, 2 deletions
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) {
'<img class="smiley" src="' . $a->get_baseurl() . '/images/like.gif" alt=":like" />',
'<img class="smiley" src="' . $a->get_baseurl() . '/images/dislike.gif" alt=":dislike" />',
'<a href="http://getzot.com"><strong>red<img class="smiley" src="' . $a->get_baseurl() . '/images/rm-16.png" alt="red#" />matrix</strong></a>',
- '<a href="http://getzot.com"><strong>red<img class="smiley" src="' . $a->get_baseurl() . '/images/rm-16.png" alt="r#" />matrix</strong></a>'
+ '<a href="http://getzot.com"><strong>red<img class="smiley" src="' . $a->get_baseurl() . '/images/rm-16.png" alt="r#" />matrix</strong></a>',
+ '<a href="http://getzot.com"><strong>red<img class="smiley" src="' . $a->get_baseurl() . '/images/rm-16.png" alt="red#matrix" />matrix</strong></a>'
);