Use magicLink whenever possible
This commit is contained in:
@@ -196,7 +196,7 @@ class Term
|
||||
|
||||
$orig_tag = $tag["url"];
|
||||
|
||||
$tag["url"] = best_link_url($item, $sp, $tag["url"]);
|
||||
$tag["url"] = Contact::magicLink($item['author-link'], $tag['url']);
|
||||
|
||||
if ($tag["type"] == TERM_HASHTAG) {
|
||||
if ($orig_tag != $tag["url"]) {
|
||||
|
||||
Reference in New Issue
Block a user