summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-03-17 12:41:54 +0000
committerDries Buytaert <dries@buytaert.net>2009-03-17 12:41:54 +0000
commit4072ea46521512da7ff9f57a21cbeb4c4f7c2cfa (patch)
tree74688064bba20c91dd4dba27fd92ddff5cf812a3 /profiles
parent917a37fb7e6f8ef522267d004a7ee365dd2cc23e (diff)
downloadbrdo-4072ea46521512da7ff9f57a21cbeb4c4f7c2cfa.tar.gz
brdo-4072ea46521512da7ff9f57a21cbeb4c4f7c2cfa.tar.bz2
- Patch #394374 by cwgordon7, wretched sinner, et al: improved language of comment status. Usability improvement based on testing in Baltimore.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/default.profile2
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);