- Patch #236242 by jpoesen and Garrett Albright: fixed two typos in the node module's install file.
parent
7ea831c54f
commit
5e16a499ce
|
@ -36,7 +36,7 @@ function node_schema() {
|
|||
'default' => '',
|
||||
),
|
||||
'title' => array(
|
||||
'description' => t('The title of this node, always treated a non-markup plain text.'),
|
||||
'description' => t('The title of this node, always treated as non-markup plain text.'),
|
||||
'type' => 'varchar',
|
||||
'length' => 255,
|
||||
'not null' => TRUE,
|
||||
|
@ -73,7 +73,7 @@ function node_schema() {
|
|||
'default' => 0,
|
||||
),
|
||||
'promote' => array(
|
||||
'description' => t('Boolean indicating whether the node should displayed on the front page.'),
|
||||
'description' => t('Boolean indicating whether the node should be displayed on the front page.'),
|
||||
'type' => 'int',
|
||||
'not null' => TRUE,
|
||||
'default' => 0,
|
||||
|
|
Loading…
Reference in New Issue