summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-03-11 22:48:34 +0000
committerDries Buytaert <dries@buytaert.net>2010-03-11 22:48:34 +0000
commiteb09590717ae90716fb675d7c267210872ff4b95 (patch)
tree208cabc2a46f011e35c04404021df2b29938f572 /profiles
parent54d7a298d2d53657a84695344d8823c7c9330c64 (diff)
downloadbrdo-eb09590717ae90716fb675d7c267210872ff4b95.tar.gz
brdo-eb09590717ae90716fb675d7c267210872ff4b95.tar.bz2
- Patch #738468 by andrewmacpherson: remove 'user-defined' comments from standard install profile.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/standard/standard.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install
index ccba7eb1b..4bb755a94 100644
--- a/profiles/standard/standard.install
+++ b/profiles/standard/standard.install
@@ -200,7 +200,7 @@ function standard_install() {
}
$query->execute();
- // Insert default user-defined node types into the database. For a complete
+ // Insert default pre-defined node types into the database. For a complete
// list of available node type attributes, refer to the node type API
// documentation at: http://api.drupal.org/api/HEAD/function/hook_node_info.
$types = array(
@@ -229,7 +229,7 @@ function standard_install() {
node_type_save($type);
}
- // Insert default user-defined RDF mapping into the database.
+ // Insert default pre-defined RDF mapping into the database.
$rdf_mappings = array(
array(
'type' => 'node',