Merge branch 'rm_addon_settings' into 'dev'

Remove deprecated addon settings

See merge request hubzilla/core!1514
This commit is contained in:
M. Dent 2019-02-15 22:02:33 +01:00
commit f0955f1620

View File

@ -42,19 +42,12 @@ class Settings_menu {
);
$tabs[] = array(
'label' => t('Display settings'),
'url' => z_root().'/settings/display',
'selected' => ((argv(1) === 'display') ? 'active' : ''),
);
$tabs[] = array(
'label' => t('Addon settings'),
'url' => z_root().'/settings/featured',
'selected' => ((argv(1) === 'featured') ? 'active' : ''),
);
if($hublocs) {
$tabs[] = array(
'label' => t('Manage locations'),