summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-06-24 17:01:33 +0000
committerDries Buytaert <dries@buytaert.net>2008-06-24 17:01:33 +0000
commit81c71bc89142f93addc32c0e8d7f8b906d94d4b4 (patch)
treee6d418f196d4554211992a62f89cf0f5e59db624 /profiles
parent21da8b32dc1db9400fb82e2fd5a5beae96df7b45 (diff)
downloadbrdo-81c71bc89142f93addc32c0e8d7f8b906d94d4b4.tar.gz
brdo-81c71bc89142f93addc32c0e8d7f8b906d94d4b4.tar.bz2
- Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with caching.
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 66c88ed7f..706061e1a 100644
--- a/profiles/default/default.profile
+++ b/profiles/default/default.profile
@@ -133,7 +133,7 @@ function default_profile_tasks(&$task, $url) {
$theme_settings['toggle_node_info_page'] = FALSE;
variable_set('theme_settings', $theme_settings);
- // Create a default tags vocabulary for articles.
+ // Create a default tags vocabulary for articles.
$description = st('Tags are used to group your articles into different categories.');
$help = st('Enter a comma separated list of words.');
db_query("INSERT INTO {vocabulary} VALUES (1, 'Tags', '%s', '%s', 0, 0, 0, 0, 1, 'taxonomy', 0);", $description, $help);