Merge pull request #8261 from MrPetovan/task/8251-use-about-for-pdesc

Use profile.about for profile description
This commit is contained in:
Michael Vogel
2020-02-10 23:36:59 +01:00
committed by GitHub
29 changed files with 53 additions and 53 deletions

View File

@@ -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,