diff --git a/hello-user.php b/hello-user.php index 98ad410..240b57b 100644 --- a/hello-user.php +++ b/hello-user.php @@ -23,4 +23,4 @@ function create_block_hello_user_block_init() { register_block_type( __DIR__ . '/build' ); } -add_action( 'init', 'create_block_hello_user_block_init'); +add_action( 'init', 'create_block_hello_user_block_init' );