diff --git a/wp-content/themes/twentytwenty/style-rtl.css b/wp-content/themes/twentytwenty/style-rtl.css index a9a001507d..ff1ee06e72 100644 --- a/wp-content/themes/twentytwenty/style-rtl.css +++ b/wp-content/themes/twentytwenty/style-rtl.css @@ -1255,6 +1255,10 @@ button.toggle { margin-left: auto; } +.aligncenter figcaption { + text-align: center; +} + /* Search Form ------------------------------- */ .search-form { @@ -5951,10 +5955,6 @@ a.to-the-top > * { margin-left: 0; } - .wp-block-image .aligncenter figcaption { - text-align: center; - } - /* BLOCK: SEPARATOR */ hr.wp-block-separator { diff --git a/wp-content/themes/twentytwenty/style.css b/wp-content/themes/twentytwenty/style.css index d3d8b5a7df..d2ed0ac34a 100644 --- a/wp-content/themes/twentytwenty/style.css +++ b/wp-content/themes/twentytwenty/style.css @@ -1261,6 +1261,10 @@ button.toggle { margin-right: auto; } +.aligncenter figcaption { + text-align: center; +} + /* Search Form ------------------------------- */ .search-form { @@ -6023,10 +6027,6 @@ a.to-the-top > * { margin-left: 0; } - .wp-block-image .aligncenter figcaption { - text-align: center; - } - /* BLOCK: SEPARATOR */ hr.wp-block-separator { diff --git a/wp-includes/version.php b/wp-includes/version.php index c1c0ce6be7..0cbb588041 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58908'; +$wp_version = '6.7-alpha-58909'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.