From 230d7006f6110f4bd58a68b9409a2c0192a4b2db Mon Sep 17 00:00:00 2001 From: Mukesh Panchal Date: Tue, 10 Dec 2024 12:15:18 +0530 Subject: [PATCH] Fixed PHPCS issue --- src/wp-content/themes/twentytwentytwo/functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentytwentytwo/functions.php b/src/wp-content/themes/twentytwentytwo/functions.php index cd994beec743f..8f93dcfc5f53c 100644 --- a/src/wp-content/themes/twentytwentytwo/functions.php +++ b/src/wp-content/themes/twentytwentytwo/functions.php @@ -9,7 +9,6 @@ * @since Twenty Twenty-Two 1.0 */ - if ( ! function_exists( 'twentytwentytwo_support' ) ) : /** @@ -61,5 +60,5 @@ function twentytwentytwo_styles() { add_action( 'wp_enqueue_scripts', 'twentytwentytwo_styles' ); -// Add block patterns +// Add block patterns. require get_template_directory() . '/inc/block-patterns.php';