Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix lint issue
  • Loading branch information
oandregal committed Oct 10, 2022
commit 74ad7d0c1ddfd472205df80cd813ddef1cc8e874
2 changes: 1 addition & 1 deletion src/wp-includes/class-wp-theme-json-resolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ protected static function has_same_registered_blocks( $origin ) {
return true;
}

foreach( $blocks as $block_name => $block_type ) {
foreach ( $blocks as $block_name => $block_type ) {
static::$blocks_cache[ $origin ][ $block_name ] = true;
}

Expand Down