Merge remote-tracking branch 'upstream/develop' into 1510-diaspora-privacy
This commit is contained in:
commit
eefedc019b
8 changed files with 42 additions and 17 deletions
|
@ -105,7 +105,7 @@ function follow_content(&$a) {
|
|||
'$request' => $request,
|
||||
'$location' => bbcode($r[0]["location"]),
|
||||
'$location_label' => t("Location:"),
|
||||
'$about' => proxy_parse_html(bbcode($r[0]["about"], false, false)),
|
||||
'$about' => bbcode($r[0]["about"], false, false),
|
||||
'$about_label' => t("About:"),
|
||||
'$keywords' => $r[0]["keywords"],
|
||||
'$keywords_label' => t("Tags:")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue