]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Directory.php
Remove deprecated code
[friendica.git] / src / Module / Directory.php
index 54fbb01ac86bd7343ad3434995998c63186c000e..8335fb0cd46c1e49365661b8ea3b0d1874741c59 100644 (file)
@@ -137,9 +137,7 @@ class Directory extends BaseModule
                        $location = '';
                }
 
-               $marital =  (!empty($profile['marital'])  ? DI::l10n()->t('Status:')   : false);
                $homepage = (!empty($profile['homepage']) ? DI::l10n()->t('Homepage:') : false);
-               $about =    (!empty($profile['about'])    ? DI::l10n()->t('About:')    : false);
 
                $location_e = $location;
 
@@ -160,9 +158,7 @@ class Directory extends BaseModule
                        'location'     => $location_e,
                        'tags'         => $contact['pub_keywords'],
                        'pdesc'        => $pdesc,
-                       'marital'      => $marital,
                        'homepage'     => $homepage,
-                       'about'        => $about,
                        'photo_menu'   => $photo_menu,
 
                ];