Do not unset comment_notes_before

Keeps the notice intact about not publishing email addresses.
This commit is contained in:
Mike Jolley 2016-06-02 09:59:52 +01:00
parent 8666b3da01
commit 2108722027
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ if ( ! comments_open() ) {
$comment_form = array(
'title_reply' => have_comments() ? __( 'Add a review', 'woocommerce' ) : sprintf( __( 'Be the first to review “%s”', 'woocommerce' ), get_the_title() ),
'title_reply_to' => __( 'Leave a Reply to %s', 'woocommerce' ),
'comment_notes_before' => '',
'comment_notes_after' => '',
'fields' => array(
'author' => '<p class="comment-form-author">' . '<label for="author">' . __( 'Name', 'woocommerce' ) . ' <span class="required">*</span></label> ' .