diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-27 19:26:31 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-27 19:26:31 +0000 |
commit | d01379dd18d800b833d254fa8107e6941d82d0cd (patch) | |
tree | 8d0b70295ce349ee5dfdf4f9e256d972157318c2 /modules/node/node.api.php | |
parent | 7425d6389269e767db2142f909cdb33d29d75cc6 (diff) | |
download | brdo-d01379dd18d800b833d254fa8107e6941d82d0cd.tar.gz brdo-d01379dd18d800b833d254fa8107e6941d82d0cd.tar.bz2 |
- Patch #522184 by stBorchert: remove the 'minimum number of words' feature from Drupal.
Diffstat (limited to 'modules/node/node.api.php')
-rw-r--r-- | modules/node/node.api.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/node/node.api.php b/modules/node/node.api.php index 9938a6f9f..42ba87971 100644 --- a/modules/node/node.api.php +++ b/modules/node/node.api.php @@ -540,8 +540,6 @@ function hook_node_build_alter($node, $build_mode) { * field. Optional (defaults to TRUE). * - "body_label": the label for the body field of this content type. Optional * (defaults to 'Body'). - * - "min_word_count": the minimum number of words for the body field to be - * considered valid for this content type. Optional (defaults to 0). * - "locked": boolean indicating whether the machine-readable name of this * content type can (FALSE) or cannot (TRUE) be edited by a site * administrator. Optional (defaults to TRUE). |