diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index 77ec6bcb0b..f865da5967 100644 --- a/wp-content/themes/twentytwenty/style-rtl.css +++ b/wp-content/themes/twentytwenty/style-rtl.css @@ -2788,7 +2788,7 @@ h2.entry-title { } .has-text-align-right { - text-align: left; + text-align: right; } .has-drop-cap:not(:focus)::first-letter { diff --git a/wp-content/themes/twentytwenty/style.css b/wp-content/themes/twentytwenty/style.css index 231104da6c..f6a72a9e47 100644 --- a/wp-content/themes/twentytwenty/style.css +++ b/wp-content/themes/twentytwenty/style.css @@ -2806,6 +2806,8 @@ h2.entry-title { } .has-text-align-right { + + /*rtl:ignore*/ text-align: right; } diff --git a/wp-includes/version.php b/wp-includes/version.php index c36b17e9c5..d73d2d7adf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53470'; +$wp_version = '6.1-alpha-53471'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.