summaryrefslogtreecommitdiff
path: root/modules/node/node.api.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-27 19:26:31 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-27 19:26:31 +0000
commitd01379dd18d800b833d254fa8107e6941d82d0cd (patch)
tree8d0b70295ce349ee5dfdf4f9e256d972157318c2 /modules/node/node.api.php
parent7425d6389269e767db2142f909cdb33d29d75cc6 (diff)
downloadbrdo-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.php2
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).