Merge pull request #6542 from mgiulio/fix-comment

Fix comment
This commit is contained in:
Mike Jolley 2014-10-16 12:14:33 +01:00
commit 994bef5fdc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}