add rel=mentioned links for tagged persons

This commit is contained in:
Mike Macgirvin 2010-10-31 21:57:30 -07:00
commit 4f4d6bace6
6 changed files with 28 additions and 1 deletions

View file

@ -165,7 +165,7 @@ function item_post(&$a) {
if(strlen($str_tags))
$str_tags .= ',';
$profile = str_replace(',','%2c',$profile);
$str_tags .= '[url=' . $profile . ']' . $newname . '[/url]';
$str_tags .= '@[url=' . $profile . ']' . $newname . '[/url]';
}
}
}