summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2007-03-27 05:13:55 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2007-03-27 05:13:55 +0000
commitf7440d4d73ec57219af232c135be3b2567dda45f (patch)
treea6b7d947eda1c7bfc2197bfb584f7b17143c97a5 /profiles
parentf2ca29071fe33603cf22f1603a3e6a61ee9c0814 (diff)
downloadbrdo-f7440d4d73ec57219af232c135be3b2567dda45f.tar.gz
brdo-f7440d4d73ec57219af232c135be3b2567dda45f.tar.bz2
#130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/default.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/default/default.profile b/profiles/default/default.profile
index e8decf46a..db278d310 100644
--- a/profiles/default/default.profile
+++ b/profiles/default/default.profile
@@ -44,6 +44,8 @@ function default_profile_final() {
'custom' => TRUE,
'modified' => TRUE,
'locked' => FALSE,
+ 'help' => '',
+ 'min_word_count' => '',
),
array(
'type' => 'story',
@@ -53,6 +55,8 @@ function default_profile_final() {
'custom' => TRUE,
'modified' => TRUE,
'locked' => FALSE,
+ 'help' => '',
+ 'min_word_count' => '',
),
);