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

- Patch #130478 by Jaza: improved code comments.

parent 860313e7
Branches
Tags
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
......@@ -32,7 +32,9 @@ function default_profile_details() {
* screen.
*/
function default_profile_final() {
// Insert default user-defined node types into the database.
// Insert default user-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(
array(
'type' => 'page',
......@@ -67,4 +69,4 @@ function default_profile_final() {
$theme_settings = variable_get('theme_settings', array());
$theme_settings['toggle_node_info_page'] = FALSE;
variable_set('theme_settings', $theme_settings);
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment