Skip to content
Snippets Groups Projects
Commit e10f1b99 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#206138 by pwolanin et al: little documentation fix for node base module name handling

parent 770936e1
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,7 @@ function node_schema() {
'not null' => TRUE,
'default' => ''),
'module' => array(
'description' => t('The module that implements this type.'),
'description' => t('The base string used to construct callbacks corresponding to this node type.'),
'type' => 'varchar',
'length' => 255,
'not null' => TRUE),
......
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