Skip to content

Commit

Permalink
Fix test plugin clash (#29744)
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan authored Mar 11, 2021
1 parent ac80f39 commit 8a18413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/e2e-tests/plugins/inner-blocks-locking-all-embed.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Registers a custom script for the plugin.
*/
function enqueue_container_without_paragraph_plugin_script() {
function enqueue_inner_blocks_locking_all_embed_plugin_script() {
wp_enqueue_script(
'gutenberg-test-inner-blocks-locking-all-embed',
plugins_url( 'inner-blocks-locking-all-embed/index.js', __FILE__ ),
Expand All @@ -25,4 +25,4 @@ function enqueue_container_without_paragraph_plugin_script() {
);
}

add_action( 'init', 'enqueue_container_without_paragraph_plugin_script' );
add_action( 'init', 'enqueue_inner_blocks_locking_all_embed_plugin_script' );

0 comments on commit 8a18413

Please sign in to comment.