diff options
-rw-r--r-- | comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comments.php b/comments.php index 812511b..813e31a 100644 --- a/comments.php +++ b/comments.php @@ -19,7 +19,7 @@ printf( // // remove "Text or HTML to be displayed after the set of comment fields" // 'comment_notes_after' => '', // redefine your own textarea (the comment body) - 'comment_field' => '<p class="comment-form-comment"><label for="comment">' . _x( 'Comment', 'noun' ) . '</label><br /><textarea id="comment" name="comment"></textarea></p>', + 'comment_field' => '<p class="comment-form-comment"><label for="comment">' . _x( 'Comment', 'noun' ) . '</label><textarea id="comment" name="comment"></textarea></p>', ); comment_form($comments_args); printf('</div> |