Patch #130478 by Jaza: improved code comments.

Backport from HEAD.
5.x
Neil Drumm 2007-03-25 22:59:33 +00:00
parent d6586d2e22
commit 7a360efce0
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ function default_profile_details() {
*/
function default_profile_final() {
// 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',