summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 4876fe638..08cdfd8ea 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -1050,8 +1050,8 @@ function comment_operations($action = NULL) {
}
/**
-*** misc functions: helpers, privates, history
-**/
+ * Misc functions: helpers, privates, history
+ */
/**
* Load the entire comment by cid.
@@ -1318,7 +1318,7 @@ function comment_form(&$form_state, $edit, $title = NULL) {
if (!form_get_errors() && ((variable_get('comment_preview_'. $node->type, COMMENT_PREVIEW_REQUIRED) == COMMENT_PREVIEW_OPTIONAL) || ($op == t('Preview')) || ($op == t('Save')))) {
$form['submit'] = array('#type' => 'submit', '#value' => t('Save'), '#weight' => 19);
}
-
+
$form['preview'] = array('#type' => 'button', '#value' => t('Preview'), '#weight' => 20);
$form['#token'] = 'comment'. $edit['nid'] . (isset($edit['pid']) ? $edit['pid'] : '');