Skip to content

Commit

Permalink
Format interactivity-api.php
Browse files Browse the repository at this point in the history
  • Loading branch information
michalczaplinski committed Aug 28, 2024
1 parent 9aef408 commit bcb3ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interactivity-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function gutenberg_reregister_interactivity_script_modules() {
wp_deregister_script_module( '@wordpress/interactivity' );
wp_deregister_script_module( '@wordpress/interactivity-router' );

$experiments = get_option( 'gutenberg-experiments' );
$experiments = get_option( 'gutenberg-experiments' );
$full_page_navigation_enabled = isset( $experiments['gutenberg-full-page-client-side-navigation'] );

wp_register_script_module(
Expand Down

0 comments on commit bcb3ff8

Please sign in to comment.