Refactor comments including "bbcode()"

This commit is contained in:
Hypolite Petovan 2018-02-14 22:00:43 -05:00
commit 05a2ea4220
2 changed files with 3 additions and 3 deletions

View file

@ -164,9 +164,9 @@ function follow_content(App $a) {
'$url_label' => L10n::t("Profile URL"),
'$myaddr' => $myaddr,
'$request' => $request,
/*'$location' => bbcode($r[0]["location"]),
/*'$location' => Friendica\Content\Text\BBCode::::convert($r[0]["location"]),
'$location_label' => L10n::t("Location:"),
'$about' => bbcode($r[0]["about"], false, false),
'$about' => Friendica\Content\Text\BBCode::::convert($r[0]["about"], false, false),
'$about_label' => L10n::t("About:"), */
'$keywords' => $r[0]["keywords"],
'$keywords_label' => L10n::t("Tags:")