From d01379dd18d800b833d254fa8107e6941d82d0cd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 27 Jul 2009 19:26:31 +0000 Subject: - Patch #522184 by stBorchert: remove the 'minimum number of words' feature from Drupal. --- modules/node/node.api.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/node/node.api.php') 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). -- cgit v1.2.3