Hash tag links now do a redir

This commit is contained in:
Michael 2017-08-19 09:22:50 +00:00
commit 17b05c9ad9
7 changed files with 33 additions and 15 deletions

View file

@ -180,7 +180,6 @@ class Item extends BaseObject {
call_hooks('render_location',$locate);
$location = ((strlen($locate['html'])) ? $locate['html'] : render_location_dummy($locate));
$searchpath = "search?tag=";
$tags=array();
$hashtags = array();
$mentions = array();