Skip to content

Commit

Permalink
Typo: The stylesheet handle is defined as wp-reusable-blocks above
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Apr 6, 2023
1 parent aa8e1c5 commit 0a7d6e4
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 @@ -428,7 +428,7 @@ function gutenberg_register_packages_styles( $styles ) {
array( 'wp-components' ),
$version
);
$styles->add_data( 'wp-reusable-block', 'rtl', 'replace' );
$styles->add_data( 'wp-reusable-blocks', 'rtl', 'replace' );

gutenberg_override_style(
$styles,
Expand Down

0 comments on commit 0a7d6e4

Please sign in to comment.