' . sprintf( __( 'You must be logged in to post a comment.', 'attire' ), wp_login_url( get_permalink() ) ) . '
', 'logged_in_as' => '' . sprintf( __( 'Logged in as %2$s. 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', __( 'Leave a Comment', 'attire' ) ), 'title_reply_to' => apply_filters( 'attire_title_reply_to', __( 'Leave a Reply to %s', 'attire' ) ), 'cancel_reply_link' => apply_filters( 'attire_cancel_reply_link', __( 'Cancel reply', 'attire' ) ), 'label_submit' => apply_filters( 'attire_label_submit', __( 'Post Comment', 'attire' ) ), ); comment_form( $args ); ?>