Comments are closed.

comment_status ) : $commenter = wp_get_current_commenter(); $req = get_option( 'require_name_email' ); $aria_req = ( $req ? " aria-required='true'" : '' ); $name_text = __('NAME','ux'); $email_text = __('EMAIL','ux'); $review_text = __('YOUR REVIEW','ux'); if(esc_attr( $commenter['comment_author'] )){ $fields = array( 'author' => '

', 'email' => '

', 'url' => '

' ); }else{ $fields = array( 'author' => '

', 'email' => '

', 'url' => '

' ); } $comments_args = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out »', 'ux' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '

', 'title_reply' => ''.__( 'LEAVE A COMMENT', 'ux' ).'', 'title_reply_to' => __( 'LEAVE A COMMENT to %s', 'ux' ), 'cancel_reply_link' => __( 'CANCEL REPLY', 'ux' ), 'label_submit' => __( 'SEND', 'ux' ), 'comment_field' => '

', 'must_log_in' => '', 'comment_notes_after' =>'', 'comment_notes_before' =>'' ); comment_form($comments_args); endif; ?>