diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-01-21 16:58:42 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-01-21 16:58:42 +0000 |
commit | 3dc1157a1e2a85316029e70c95bed257c697f454 (patch) | |
tree | 0c8a113790efb8232b10b532d5f0a033227f465b /modules/comment | |
parent | 2c57079558a8a92ee20e845ee19df3b51625f7c7 (diff) | |
download | brdo-3dc1157a1e2a85316029e70c95bed257c697f454.tar.gz brdo-3dc1157a1e2a85316029e70c95bed257c697f454.tar.bz2 |
- Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study.
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
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, ); |