We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac89fa commit 7df0ecaCopy full SHA for 7df0eca
comments.php
@@ -99,10 +99,11 @@
99
<?php
100
} else {
101
$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>'
+ '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'
105
);
106
comment_form($comments_args);
- comment_form();
107
}
108
?>
109
</div>
0 commit comments