Markdown is now supported in the location field as well.

This commit is contained in:
Michael Vogel 2015-01-08 00:13:43 +01:00
commit 044eaa778f
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ function display_fetchauthor($a, $item) {
normalise_link($profiledata["url"]), $item["uid"]);
if (count($r)) {
$profiledata["photo"] = proxy_url($r[0]["photo"]);
$profiledata["address"] = $r[0]["location"];
$profiledata["address"] = bbcode($r[0]["location"]);
$profiledata["about"] = bbcode($r[0]["about"]);
if ($r[0]["nick"] != "")
$profiledata["nickname"] = $r[0]["nick"];