Skip to content

Commit

Permalink
Fix pattern registry slug
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquesanchez committed May 12, 2020
1 parent aa96596 commit 64d017b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -693,5 +693,5 @@ function gutenberg_extend_settings_custom_units( $settings ) {
register_block_pattern( 'core/numbered-features', gutenberg_load_block_pattern( 'numbered-features' ) );
register_block_pattern( 'core/its-time', gutenberg_load_block_pattern( 'its-time' ) );
register_block_pattern( 'core/testimonials', gutenberg_load_block_pattern( 'testimonials' ) );
register_pattern( 'core/its-time', gutenberg_load_block_pattern( 'features-services' ) );
register_block_pattern( 'core/features-services', gutenberg_load_block_pattern( 'features-services' ) );
}

0 comments on commit 64d017b

Please sign in to comment.