diff --git a/includes/class-wc-checkout.php b/includes/class-wc-checkout.php index 1aa8ff59cb4..331d94b9a14 100644 --- a/includes/class-wc-checkout.php +++ b/includes/class-wc-checkout.php @@ -388,7 +388,7 @@ class WC_Checkout { continue; } - // Ship account if not needed + // Skip account if not needed if ( $fieldset_key == 'account' && ( is_user_logged_in() || ( $this->must_create_account == false && empty( $this->posted['createaccount'] ) ) ) ) { continue; }