Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikachan committed Jan 24, 2023
1 parent c41ccb5 commit aa9f190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compat/wordpress-6.2/block-patterns.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function gutenberg_register_core_block_patterns_categories() {
register_block_pattern_category(
'banner',
array(
'label' => _x( 'Banners', 'Block pattern category', 'gutenberg' ),
'label' => _x( 'Banners', 'Block pattern category', 'gutenberg' ),
'description' => __( 'An element that helps structure or contrast the contents of a page.', 'gutenberg' ),
)
);
Expand Down

0 comments on commit aa9f190

Please sign in to comment.