From a3a420c3e6f3805a91448c877a8a423f7232198c Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 12 Oct 2008 06:27:06 +0000 Subject: Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations. --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index db663aa87..cde48a989 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1442,7 +1442,7 @@ function comment_form_box($edit, $title = NULL) { function comment_form_add_preview($form, &$form_state) { global $user; $edit = $form_state['values']; - drupal_set_title(t('Preview comment'), PASS_THROUGH); + drupal_set_title(t('Preview comment')); $output = ''; $node = node_load($edit['nid']); -- cgit v1.2.3