transfer some stuff from "follow" to the "notifications" to reduce the differences in the two dialogues.

This commit is contained in:
Michael Vogel 2015-10-04 15:55:24 +02:00
commit 83ea4f7253
3 changed files with 5 additions and 3 deletions

View file

@ -99,9 +99,9 @@ function follow_content(&$a) {
'$request' => $request,
'$location' => bbcode($r[0]["location"]),
'$location_label' => t("Location:"),
'$about' => bbcode($r[0]["about"]),
'$about' => proxy_parse_html(bbcode($r[0]["about"], false, false)),
'$about_label' => t("About:"),
'$keywords' => bbcode($r[0]["keywords"]),
'$keywords' => $r[0]["keywords"],
'$keywords_label' => t("Tags:")
));
return $o;