From 3dc1157a1e2a85316029e70c95bed257c697f454 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 21 Jan 2009 16:58:42 +0000 Subject: - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study. --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index df966be92..45cad76eb 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1518,7 +1518,7 @@ function comment_form(&$form_state, $edit, $title = NULL) { '#title' => t('Comment'), '#rows' => 15, '#default_value' => $default, - '#input_format' => isset($edit['format']) ? $edit['format'] : FILTER_FORMAT_DEFAULT, + '#text_format' => isset($edit['format']) ? $edit['format'] : FILTER_FORMAT_DEFAULT, '#required' => TRUE, ); -- cgit v1.2.3