Change link label from Feature settings to Feature/Addon settings to more accurately describe its purpose, since we currently use it exclusively for addons (though this will not always be true).
This commit is contained in:
parent
43d2703e92
commit
ced0685d67
@ -481,7 +481,7 @@ function widget_settings_menu($arr) {
|
|||||||
),
|
),
|
||||||
|
|
||||||
array(
|
array(
|
||||||
'label' => t('Feature settings'),
|
'label' => t('Feature/Addon settings'),
|
||||||
'url' => $a->get_baseurl(true).'/settings/featured',
|
'url' => $a->get_baseurl(true).'/settings/featured',
|
||||||
'selected' => ((argv(1) === 'featured') ? 'active' : ''),
|
'selected' => ((argv(1) === 'featured') ? 'active' : ''),
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user