Skip to content

Commit

Permalink
fix: πŸ› Remove redundant include of lib/blocks.php
Browse files Browse the repository at this point in the history
  • Loading branch information
knice committed Aug 3, 2023
1 parent 5a2ce37 commit 99efc5e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions functions.php
Expand Up @@ -326,13 +326,6 @@ function( $settings, $context ) {
include get_theme_file_path( 'lib/blocks.php' );
}

/**
* Register Block Pattern Customizations
*/
if ( file_exists( get_theme_file_path( 'lib/blocks.php' ) ) ) {
include get_theme_file_path( 'lib/blocks.php' );
}

/**
* Register Image Sizes
*/
Expand Down

0 comments on commit 99efc5e

Please sign in to comment.