Bundled Themes: Sync a few more Twenty Twenty-Five updates for RC1.
This merges 2 bug fixes for the Twenty Twenty-Five theme from GitHub. Follow up to [59269]. Props poena, beafialho, juanfra. Fixes #62264. Built from https://develop.svn.wordpress.org/trunk@59271 git-svn-id: http://core.svn.wordpress.org/trunk@58663 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0c8459d726
commit
2071ba2e17
|
@ -29,7 +29,7 @@
|
||||||
<!-- wp:column {"width":"33.33%"} -->
|
<!-- wp:column {"width":"33.33%"} -->
|
||||||
<div class="wp-block-column" style="flex-basis:33.33%">
|
<div class="wp-block-column" style="flex-basis:33.33%">
|
||||||
<!-- wp:paragraph {"align":"right"} -->
|
<!-- wp:paragraph {"align":"right"} -->
|
||||||
<p class="has-text-align-right"><?php echo esc_html_x( 'Mon, Jan 1', 'Example event date in pattern.', 'twentytwentyfive' ); ?></p>
|
<p class="has-text-align-right"><?php echo esc_html_x( 'Aug 08—10 2025', 'Example event date in pattern.', 'twentytwentyfive' ); ?><br><?php esc_html_e( 'Fuego Bar, Mexico City', 'twentytwentyfive' ); ?></p>
|
||||||
<!-- /wp:paragraph -->
|
<!-- /wp:paragraph -->
|
||||||
</div>
|
</div>
|
||||||
<!-- /wp:column -->
|
<!-- /wp:column -->
|
||||||
|
|
|
@ -71,9 +71,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"core/post-author-name": {
|
"core/post-author-name": {
|
||||||
"typography": {
|
|
||||||
"fontSize": "var:preset|font-size|medium"
|
|
||||||
},
|
|
||||||
"color": {
|
"color": {
|
||||||
"text": "var:preset|color|contrast"
|
"text": "var:preset|color|contrast"
|
||||||
},
|
},
|
||||||
|
|
|
@ -17,9 +17,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"core/post-author-name": {
|
"core/post-author-name": {
|
||||||
"typography": {
|
|
||||||
"fontSize": "var:preset|font-size|medium"
|
|
||||||
},
|
|
||||||
"elements": {
|
"elements": {
|
||||||
"link": {
|
"link": {
|
||||||
"typography": {
|
"typography": {
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.7-beta3-59270';
|
$wp_version = '6.7-beta3-59271';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue