From 0a7d6e47416829e6496b6f3186c7a086a80adc63 Mon Sep 17 00:00:00 2001 From: Ari Stathopoulos Date: Thu, 6 Apr 2023 10:35:48 +0300 Subject: [PATCH] Typo: The stylesheet handle is defined as wp-reusable-blocks above --- lib/client-assets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client-assets.php b/lib/client-assets.php index 0f6e64c27c014..2047c361fe8d1 100644 --- a/lib/client-assets.php +++ b/lib/client-assets.php @@ -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,