diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-01-27 22:10:47 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-01-27 22:10:47 +0000 |
commit | 02c622dea123ff89ca45d19bd4ee402f8cf74a00 (patch) | |
tree | 7999014c84956db447887ba4fbfe8aac5763b3fc /modules/book.module | |
parent | 01b5aa1736bddc4b64590da57844d1061f4130eb (diff) | |
download | brdo-02c622dea123ff89ca45d19bd4ee402f8cf74a00.tar.gz brdo-02c622dea123ff89ca45d19bd4ee402f8cf74a00.tar.bz2 |
- Patch 4332 by Goba: eliminate compose tips module.
Diffstat (limited to 'modules/book.module')
-rw-r--r-- | modules/book.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book.module b/modules/book.module index b97c76f5d..92abb07db 100644 --- a/modules/book.module +++ b/modules/book.module @@ -185,7 +185,7 @@ function book_form(&$node, &$error) { $output .= implode("", taxonomy_node_form("book", $node)); } - $output .= form_textarea(t("Body"), "body", $node->body, 60, 20, form_allowed_tags_text()); + $output .= form_textarea(t("Body"), "body", $node->body, 60, 20, filter_tips_short()); $output .= form_textarea(t("Log message"), "log", $node->log, 60, 5, t("An explanation of the additions or updates being made to help the group understand your motivations.")); if (user_access("administer nodes")) { |