From 5888d03ff604ed9b46f498b18e3fdfa407ab53b5 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Wed, 13 Feb 2013 15:35:57 +0000 Subject: Expert mode. Doesn't do anything yet, just checking in on the offchance anyone needs it before I'm finished with the theme stuff that uses it. --- include/features.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/features.php') diff --git a/include/features.php b/include/features.php index e4781518b..094e96c78 100644 --- a/include/features.php +++ b/include/features.php @@ -22,6 +22,8 @@ function get_features() { array('expire', t('Content Expiration'), t('Remove old posts/comments after a period of time')), array('multi_profiles', t('Multiple Profiles'), t('Ability to create multiple profiles')), array('webpages', t('Web Pages'), t('Provide managed web pages on your channel')), + array('expert', t('Expert Mode'), t('Enable Expert Mode to provide advanced configuration options')), + ), -- cgit v1.2.3