Update custom-comments.php
This commit is contained in:
parent
3c1ca8cee6
commit
9b13c988d8
|
@ -27,3 +27,8 @@
|
||||||
</div>';
|
</div>';
|
||||||
return $args;
|
return $args;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
add_action('comment_form', 'bootstrap3_comment_button' );
|
||||||
|
function bootstrap3_comment_button() {
|
||||||
|
echo '<button class="btn btn-default" type="submit">' . __( 'Submit' ) . '</button>';
|
||||||
|
}
|
||||||
|
|
Reference in New Issue