]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/personalgroupnav.php
ConversationTree is now a plugin (not oldschool setting)
[quix0rs-gnu-social.git] / lib / personalgroupnav.php
index 812e7194ef004c7466257609472eb3dfce8d9259..d379dcf5281d94885c08d287c5de3969a6067a62 100644 (file)
@@ -103,12 +103,6 @@ class PersonalGroupNav extends Menu
                                          // TRANS: Replaces %s in '%s\'s favorite notices'. (Yes, we know we need to fix this.)
                                          ($user_profile) ? $name : _m('FIXME','User')),
                                  $mine && $action =='showfavorites', 'nav_timeline_favorites');
-            $this->out->menuItem(common_local_url('peopletagsbyuser', array('nickname' =>
-                                                                  $nickname)),
-                             _('People tags'),
-                             sprintf(_('People tags by %s'), ($user_profile) ? $name : _('User')),
-                             in_array($action, array('peopletagsbyuser', 'peopletagsforuser')),
-                             'nav_timeline_peopletags');
 
             $cur = common_current_user();