Skip to content

Commit

Permalink
Forgot to return patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Sep 21, 2023
1 parent 6514caa commit 8ee21bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wp-includes/class-wp-block-patterns-registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ public function get_all_registered( $outside_init_only = false ) {
$after_block_visitor = make_after_block_visitor( $pattern );
$patterns[ $index ]['content'] = traverse_and_serialize_blocks( $blocks, $before_block_visitor, $after_block_visitor );
}
return $patterns;
}

/**
Expand Down

0 comments on commit 8ee21bb

Please sign in to comment.