aboutsummaryrefslogtreecommitdiffstats
path: root/comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'comments.php')
-rw-r--r--comments.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/comments.php b/comments.php
index c1d7183..fdf571a 100644
--- a/comments.php
+++ b/comments.php
@@ -7,10 +7,6 @@ printf(
wp_list_comments();
printf('</ul>');
- // printf('<div>');
- // comment_form();
- // printf('</div>');
-
$comments_args = array(
// change the title of send button
// 'label_submit'=>'Send',
@@ -22,6 +18,7 @@ printf(
'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>
</section>'
);