diff --git a/src/wp-content/themes/twentytwentyfour/functions.php b/src/wp-content/themes/twentytwentyfour/functions.php index 6d22c857112d7..06d60695e9041 100644 --- a/src/wp-content/themes/twentytwentyfour/functions.php +++ b/src/wp-content/themes/twentytwentyfour/functions.php @@ -8,10 +8,6 @@ * @since Twenty Twenty-Four 1.0 */ -/** - * Register block styles. - */ - if ( ! function_exists( 'twentytwentyfour_block_styles' ) ) : /** * Registers custom block styles. @@ -146,10 +142,6 @@ function twentytwentyfour_block_styles() { add_action( 'init', 'twentytwentyfour_block_styles' ); -/** - * Enqueue block stylesheets. - */ - if ( ! function_exists( 'twentytwentyfour_block_stylesheets' ) ) : /** * Enqueues custom block stylesheets. @@ -180,10 +172,6 @@ function twentytwentyfour_block_stylesheets() { add_action( 'init', 'twentytwentyfour_block_stylesheets' ); -/** - * Register pattern categories. - */ - if ( ! function_exists( 'twentytwentyfour_pattern_categories' ) ) : /** * Registers pattern categories.