This commit is contained in:
friendica 2013-10-12 15:13:23 -07:00
commit bb9feee370
3 changed files with 2911 additions and 2441 deletions

View File

@ -880,7 +880,7 @@ function handle_tag($a, &$body, &$inform, &$str_tags, $profile_uid, $tag) {
$url = 'http://getzot.com';
$newtag = '#[zrl=' . $url . ']' . $basetag . '[/zrl]';
$body = str_replace($tag,$newtag,$body);
$replace = true;
$replaced = true;
}
else {
//base tag has the tags name only

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff