diff options
Diffstat (limited to 'profiles/default/default.profile')
-rw-r--r-- | profiles/default/default.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default/default.profile b/profiles/default/default.profile index 120228105..fb5a45354 100644 --- a/profiles/default/default.profile +++ b/profiles/default/default.profile @@ -127,7 +127,7 @@ function default_profile_tasks(&$task, $url) { // Default page to not be promoted and have comments disabled. variable_set('node_options_page', array('status')); - variable_set('comment_page', COMMENT_NODE_DISABLED); + variable_set('comment_page', COMMENT_NODE_HIDDEN); // Don't display date and author information for page nodes by default. variable_set('node_submitted_page', FALSE); |