add rel=mentioned links for tagged persons
This commit is contained in:
parent
b376f21533
commit
4f4d6bace6
6 changed files with 28 additions and 1 deletions
|
@ -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]';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue