1 && get_option( 'page_comments' ) ) : ?> '', 'email' => '', 'url' => '', ); $args = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_field' => '', 'must_log_in' => '

' . sprintf( esc_html__( 'You must be', 'attire' ) . ' ' . esc_html__( 'logged in', 'attire' ) . ' ' . esc_html__( 'to post a comment.', 'attire' ), wp_login_url( get_permalink() ) ) . '

', 'logged_in_as' => '

' . sprintf( esc_html__( 'Logged in as', 'attire' ) . ' %2$s. ' . esc_html__( 'Log out?', 'attire' ) . '', admin_url( 'profile.php' ), $user_identity, wp_logout_url( get_permalink() ) ) . '

', 'id_form' => 'commentform', 'id_submit' => 'submit', 'title_reply' => apply_filters( 'attire_title_reply', esc_html__( 'Leave a Comment', 'attire' ) ), 'title_reply_to' => apply_filters( 'attire_title_reply_to', esc_html__( 'Leave a Reply to %s', 'attire' ) ), 'cancel_reply_link' => apply_filters( 'attire_cancel_reply_link', esc_html__( 'Cancel reply', 'attire' ) ), 'label_submit' => apply_filters( 'attire_label_submit', esc_html__( 'Post Comment', 'attire' ) ), ); comment_form( $args ); ?>