- Patch #738468 by andrewmacpherson: remove 'user-defined' comments from standard install profile.

merge-requests/26/head
Dries Buytaert 2010-03-11 22:48:34 +00:00
parent 54d7a298d2
commit eb09590717
1 changed files with 2 additions and 2 deletions

View File

@ -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',