aboutsummaryrefslogtreecommitdiffstats
path: root/mod/tagger.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-06 23:56:52 -0700
committerfriendica <info@friendica.com>2014-06-06 23:56:52 -0700
commit376a51f8d8f2fd49ebbb8ac6a868cb151076db97 (patch)
tree666809a29dfb3a778786a0a0e8692e9313fa28a6 /mod/tagger.php
parentc4fc9a9cf69fd87e4ab9136e6b4eaa9b1a9266b2 (diff)
downloadvolse-hubzilla-376a51f8d8f2fd49ebbb8ac6a868cb151076db97.tar.gz
volse-hubzilla-376a51f8d8f2fd49ebbb8ac6a868cb151076db97.tar.bz2
volse-hubzilla-376a51f8d8f2fd49ebbb8ac6a868cb151076db97.zip
doc updates
Diffstat (limited to 'mod/tagger.php')
-rw-r--r--mod/tagger.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/tagger.php b/mod/tagger.php
index ec5c92184..3d8043f68 100644
--- a/mod/tagger.php
+++ b/mod/tagger.php
@@ -97,6 +97,9 @@ function tagger_content(&$a) {
$bodyverb = t('%1$s tagged %2$s\'s %3$s with %4$s');
+ // saving here for reference
+ // also check out x22d5 and x0d6b and x0db8 and x24d0 and xff20 !!!
+
$termlink = html_entity_decode('&#x2317;') . '[zrl=' . $a->get_baseurl() . '/search?tag=' . urlencode($term) . ']'. $term . '[/zrl]';
$channel = $a->get_channel();