mirror of
https://github.com/friendica/friendica
synced 2025-04-19 07:10:11 +00:00
Merge pull request #8261 from MrPetovan/task/8251-use-about-for-pdesc
Use profile.about for profile description
This commit is contained in:
commit
e80d68ba53
29 changed files with 53 additions and 53 deletions
|
@ -124,7 +124,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'])) {
|
||||
|
@ -176,7 +176,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