hovercard.php - fix tags for hovercard
This commit is contained in:
parent
a5030f0b60
commit
60b767168a
|
@ -72,7 +72,7 @@ function hovercard_content() {
|
||||||
'gender' => $contact["gender"],
|
'gender' => $contact["gender"],
|
||||||
'about' => $contact["about"],
|
'about' => $contact["about"],
|
||||||
'network' => format_network_name($contact["network"], $contact["url"]),
|
'network' => format_network_name($contact["network"], $contact["url"]),
|
||||||
'tags' => intval($contact["keywords"]),
|
'tags' => $contact["keywords"],
|
||||||
// 'nsfw' => intval($contact["nsfw"]),
|
// 'nsfw' => intval($contact["nsfw"]),
|
||||||
// 'server_url' => $contact["server_url"],
|
// 'server_url' => $contact["server_url"],
|
||||||
'bd' => (($contact["birthday"] == "0000-00-00") ? "" : $contact["birthday"]),
|
'bd' => (($contact["birthday"] == "0000-00-00") ? "" : $contact["birthday"]),
|
||||||
|
|
Loading…
Reference in a new issue