Skip to content

Commit

Permalink
Fixed PHPCS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshpanchal27 authored Dec 10, 2024
1 parent 6106332 commit 230d700
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/wp-content/themes/twentytwentytwo/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* @since Twenty Twenty-Two 1.0
*/


if ( ! function_exists( 'twentytwentytwo_support' ) ) :

/**
Expand Down Expand Up @@ -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';

0 comments on commit 230d700

Please sign in to comment.