mirror of
https://github.com/friendica/friendica
synced 2025-04-20 13:50:16 +00:00
Use profile.about instead of profile.pdesc for profile description
This commit is contained in:
parent
da09215db8
commit
a42104ce43
26 changed files with 45 additions and 45 deletions
|
@ -105,7 +105,7 @@ class Directory extends BaseModule
|
|||
|
||||
$profile_link = $contact['profile_url'];
|
||||
|
||||
$pdesc = (($contact['pdesc']) ? $contact['pdesc'] . '<br />' : '');
|
||||
$about = (($contact['about']) ? $contact['about'] . '<br />' : '');
|
||||
|
||||
$details = '';
|
||||
if (strlen($contact['locality'])) {
|
||||
|
@ -157,7 +157,7 @@ class Directory extends BaseModule
|
|||
'profile' => $profile,
|
||||
'location' => $location_e,
|
||||
'tags' => $contact['pub_keywords'],
|
||||
'pdesc' => $pdesc,
|
||||
'about' => $about,
|
||||
'homepage' => $homepage,
|
||||
'photo_menu' => $photo_menu,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue