diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-12 10:19:56 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-12 10:19:56 +0100 |
commit | 8113ee1c4aeb2b9586c1736c38faafce53dc8e53 (patch) | |
tree | 2a660edbe549d371157cf6c1b17453213f46a07a /mod/settings.php | |
parent | 76fedfe1f89e671c625598d48508195bab98e969 (diff) | |
download | volse-hubzilla-8113ee1c4aeb2b9586c1736c38faafce53dc8e53.tar.gz volse-hubzilla-8113ee1c4aeb2b9586c1736c38faafce53dc8e53.tar.bz2 volse-hubzilla-8113ee1c4aeb2b9586c1736c38faafce53dc8e53.zip |
some work on feature/addon settings
Diffstat (limited to 'mod/settings.php')
-rw-r--r-- | mod/settings.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mod/settings.php b/mod/settings.php index 8752a47b2..c47d21d02 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -678,11 +678,9 @@ function settings_content(&$a) { '$title' => t('Feature/Addon Settings'), '$diaspora_enabled' => $diaspora_enabled, '$dsprdesc' => t('Settings for the built-in Diaspora emulator'), - '$pubcomments' => $pubcomments, + '$pubcomments' => array('dspr_pubcomment', t('Allow any Diaspora member to comment on your public posts'), $pubcomments, '', $yes_no), '$dsprtitle' => t('Diaspora Policy Settings'), - '$dsprhelp' => t('Allow any Diaspora member to comment on your public posts.'), - '$dsprhijack' => t('Prevent your hashtags from being redirected to other sites'), - '$hijacking' => $hijacking, + '$hijacking' => array('dspr_hijack', t('Prevent your hashtags from being redirected to other sites'), $hijacking, '', $yes_no), '$dsprsubmit' => t('Submit Diaspora Policy Settings'), '$settings_addons' => $settings_addons )); |