Skip to content
Snippets Groups Projects
Commit eb095907 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

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

parent 54d7a298
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment