Skip to content

Commit 07d6fe7

Browse files
committed
Update WP_Admin.php
1 parent 89a015e commit 07d6fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/WP_Admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public static function can_restart_onboarding(): void {
262262
$can_restart = get_option( Options::get_option_name( 'can_restart' ), false );
263263

264264
// If the customer in ineligible for restart don't enqueue scripts
265-
if ( ! $can_restart || !StatusService::is_onboarding_restart_eligible() ) {
265+
if ( ! $can_restart || ! StatusService::is_onboarding_restart_eligible() ) {
266266
return;
267267
}
268268

0 commit comments

Comments
 (0)