Update custom-comments.php

This commit is contained in:
Holger 2016-02-23 08:35:06 +01:00
parent 3c1ca8cee6
commit 9b13c988d8
1 changed files with 5 additions and 0 deletions

View File

@ -27,3 +27,8 @@
</div>';
return $args;
}
add_action('comment_form', 'bootstrap3_comment_button' );
function bootstrap3_comment_button() {
echo '<button class="btn btn-default" type="submit">' . __( 'Submit' ) . '</button>';
}