Skip to content

Commit 7df0eca

Browse files
committed
bootstrap comnment form
1 parent fac89fa commit 7df0eca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

comments.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,11 @@
9999
<?php
100100
} else {
101101
$comments_args = array(
102-
'comment_field' => '<p class="comment-form-comment"><label for="comment">Comment</label><br /><textarea class="form-control" id="comment" name="comment" aria-required="true"></textarea></p>'
102+
'comment_field' => '<p class="comment-form-comment"><label for="comment">Comment</label><br /><textarea class="form-control" id="comment" name="comment" aria-required="true"></textarea></p>',
103+
'class_form' => '',
104+
'class_submit' => 'btn btn-success'
103105
);
104106
comment_form($comments_args);
105-
comment_form();
106107
}
107108
?>
108109
</div>

0 commit comments

Comments
 (0)