Skip to content

Commit

Permalink
Update includes/class-wc-calypso-bridge-customize-store.php
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Duffell <[email protected]>
  • Loading branch information
moon0326 and adrianduffell authored Sep 27, 2023
1 parent 41cbd6f commit 6299866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wc-calypso-bridge-customize-store.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private function __construct() {
return;
}

add_action( 'current_screen', array( $this, 'mark_customize_store_task_as_completed_on_site_editor' ) );
add_action( 'load-site-editor.php', array( $this, 'mark_customize_store_task_as_completed_on_site_editor' ) );

}

Expand Down

0 comments on commit 6299866

Please sign in to comment.