diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index ae9bcb3412..490e6a2a65 100644 --- a/wp-content/themes/twentytwenty/style-rtl.css +++ b/wp-content/themes/twentytwenty/style-rtl.css @@ -5847,6 +5847,10 @@ a.to-the-top > * { .wp-block-image .alignright { margin-left: 0; } + + .wp-block-image .aligncenter figcaption { + text-align: center; + } /* BLOCK: SEPARATOR */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 3025f8e20f..7e16f4c8e2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4.2-alpha-47825'; +$wp_version = '5.4.2-alpha-47826'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.