Skip to content

Commit

Permalink
Remove enqueue
Browse files Browse the repository at this point in the history
  • Loading branch information
cbravobernal committed Apr 27, 2024
1 parent 5f572eb commit 669c631
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/interactivity-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ function gutenberg_reregister_interactivity_script_modules() {
array( '@wordpress/interactivity' ),
$default_version
);
if ( SCRIPT_DEBUG ) {
wp_enqueue_script( 'wp-i18n' );
wp_enqueue_script( 'wp-warning' );
}
}

add_action( 'init', 'gutenberg_reregister_interactivity_script_modules' );

0 comments on commit 669c631

Please sign in to comment.