diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-08-17 13:52:31 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-08-17 13:52:31 +0000 |
commit | 401d1bb8ff7d2a08ad4a8b5e7ea802a9cf20517c (patch) | |
tree | da11f2974e29efe19567cacb20ed7ffe29f369e2 /modules/system | |
parent | 33ef42291fab05ea84497f6d520e950186ba4610 (diff) | |
download | brdo-401d1bb8ff7d2a08ad4a8b5e7ea802a9cf20517c.tar.gz brdo-401d1bb8ff7d2a08ad4a8b5e7ea802a9cf20517c.tar.bz2 |
- Patch #884718 by ctmattice1: documentation problem with hook_schema().
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index cf69c46a1..ad96b1c05 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -2577,7 +2577,7 @@ function hook_schema() { 'not null' => TRUE, 'default' => ''), 'title' => array( - 'description' => 'The title of this node, always treated a non-markup plain text.', + 'description' => 'The title of this node, always treated as non-markup plain text.', 'type' => 'varchar', 'length' => 255, 'not null' => TRUE, |