summaryrefslogtreecommitdiff
path: root/modules/blog/blog.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-01-27 22:10:47 +0000
committerDries Buytaert <dries@buytaert.net>2004-01-27 22:10:47 +0000
commit02c622dea123ff89ca45d19bd4ee402f8cf74a00 (patch)
tree7999014c84956db447887ba4fbfe8aac5763b3fc /modules/blog/blog.module
parent01b5aa1736bddc4b64590da57844d1061f4130eb (diff)
downloadbrdo-02c622dea123ff89ca45d19bd4ee402f8cf74a00.tar.gz
brdo-02c622dea123ff89ca45d19bd4ee402f8cf74a00.tar.bz2
- Patch 4332 by Goba: eliminate compose tips module.
Diffstat (limited to 'modules/blog/blog.module')
-rw-r--r--modules/blog/blog.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module
index 9b091b735..159b7ff98 100644
--- a/modules/blog/blog.module
+++ b/modules/blog/blog.module
@@ -184,7 +184,7 @@ function blog_form(&$node, &$error) {
$output .= implode("", taxonomy_node_form("blog", $node));
}
- $output .= form_textarea(t("Body"), "body", $node->body, 60, 15, $error["body"] ? $error["body"] : form_allowed_tags_text());
+ $output .= form_textarea(t("Body"), "body", $node->body, 60, 15, $error["body"] ? $error["body"] : filter_tips_short());
return $output;
}