diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-24 11:46:18 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-24 11:46:18 +0200 |
commit | c3aa15cc165730b6e67de580065ace255454dfb5 (patch) | |
tree | 7a3ed6285851c0fbe4556bc141af890f56d675b8 /include/features.php | |
parent | b45bd901e05db6cb797f83cb9c0276911b965286 (diff) | |
download | volse-hubzilla-c3aa15cc165730b6e67de580065ace255454dfb5.tar.gz volse-hubzilla-c3aa15cc165730b6e67de580065ace255454dfb5.tar.bz2 volse-hubzilla-c3aa15cc165730b6e67de580065ace255454dfb5.zip |
appification of notes
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/features.php b/include/features.php index 3feb10fbf..4c865f406 100644 --- a/include/features.php +++ b/include/features.php @@ -85,25 +85,6 @@ function get_features($filtered = true, $level = (-1)) { feature_level('start_menu',1), ], -/* - [ - 'hide_rating', - t('Hide Rating'), - t('Hide the rating buttons on your channel and profile pages. Note: People can still rate you somewhere else.'), - false, - get_config('feature_lock','hide_rating'), - feature_level('hide_rating',3), - ], -*/ - [ - 'private_notes', - t('Private Notes'), - t('Enables a tool to store notes and reminders (note: not encrypted)'), - false, - get_config('feature_lock','private_notes'), - feature_level('private_notes',1), - ], - [ 'premium_channel', t('Premium Channel'), |