diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-25 16:54:18 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-25 16:54:18 -0700 |
commit | 917d0ced4a1f0890172b90a9551131fa43bea78b (patch) | |
tree | 7a8dc4572eb51d8ae3c49328117702e043b58e42 /include/features.php | |
parent | 7f3df847a2ba1e836c930f89a681e1589131f557 (diff) | |
download | volse-hubzilla-917d0ced4a1f0890172b90a9551131fa43bea78b.tar.gz volse-hubzilla-917d0ced4a1f0890172b90a9551131fa43bea78b.tar.bz2 volse-hubzilla-917d0ced4a1f0890172b90a9551131fa43bea78b.zip |
new feature: delayed posting
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/features.php b/include/features.php index 993a2e33f..74ae7b3d7 100644 --- a/include/features.php +++ b/include/features.php @@ -58,7 +58,8 @@ function get_features() { array('large_photos', t('Large Photos'), t('Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails'),false), array('channel_sources', t('Channel Sources'), t('Automatically import channel content from other channels or feeds'),false), array('content_encrypt', t('Even More Encryption'), t('Allow optional encryption of content end-to-end with a shared secret key'),false), - array('consensus_tools', t('Enable voting tools'), t('Provide a class of post which others can vote on'),false), + array('consensus_tools', t('Enable Voting Tools'), t('Provide a class of post which others can vote on'),false), + array('delayed_posting', t('Delayed Posting'), t('Allow posts to be published at a later date'),false), ), |