From 6388f6223d2e7c34cc30dd769e443fef392c25d8 Mon Sep 17 00:00:00 2001 From: MaggieCabrera Date: Wed, 21 Jun 2023 16:43:34 +0200 Subject: [PATCH] linter --- lib/compat/wordpress-6.3/theme-previews.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compat/wordpress-6.3/theme-previews.php b/lib/compat/wordpress-6.3/theme-previews.php index 5ca79c2de84b4..eab05c5824b1f 100644 --- a/lib/compat/wordpress-6.3/theme-previews.php +++ b/lib/compat/wordpress-6.3/theme-previews.php @@ -124,4 +124,4 @@ function block_theme_activate_nonce() { if ( ! function_exists( 'wp_get_theme_preview_path' ) ) { add_action( 'admin_head', 'block_theme_activate_nonce' ); add_action( 'admin_print_footer_scripts', 'add_live_preview_button', 11 ); -} \ No newline at end of file +}