From f46e92c6a5368e9bdcabc566aefc8e04f6b00a3b Mon Sep 17 00:00:00 2001 From: Ramon Date: Fri, 4 Feb 2022 11:02:50 +1100 Subject: [PATCH] Fixed wrong key --- lib/blocks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/blocks.php b/lib/blocks.php index 6def115a14b3f..eebe918bb3c75 100644 --- a/lib/blocks.php +++ b/lib/blocks.php @@ -550,7 +550,7 @@ function gutenberg_migrate_old_typography_shape( $metadata ) { '__experimentalFontWeight', '__experimentalLetterSpacing', '__experimentalTextDecoration', - '__experimentalOrientation', + '__experimentalWritingMode', '__experimentalTextTransform', 'fontSize', 'lineHeight',