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 authored Apr 11, 2023
1 parent d39f350 commit 833176a
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 @@ -437,7 +437,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

1 comment on commit 833176a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 833176a.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4664961193
📝 Reported issues:

Please sign in to comment.