Skip to content

Commit 8e0c216

Browse files
committed
Twenty Twenty-Three: Bug fixes and improvements for beta 2.
This brings over the latest bug fixes and improvements ahead of WordPress 6.1 beta 2, which includes an additional style variation, “Aubergine”. For a full list of changes being included, see the `twentytwentythree` repository on GitHub: WordPress/twentytwentythree@1b97bb8...ac96e8d. Props mikachan, poena, madhudollu, critterverse, beafialho, felipeelia. See #56383. git-svn-id: https://develop.svn.wordpress.org/trunk@54312 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f8426c2 commit 8e0c216

File tree

14 files changed

+388
-65
lines changed

14 files changed

+388
-65
lines changed
Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1 @@
1-
<!-- wp:group {"layout":{"type":"constrained"},"style":{"spacing":{"padding":{"top":"var:preset|spacing|40","right":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|40"}}}} -->
2-
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)">
3-
<!-- wp:comments -->
4-
<div class="wp-block-comments">
5-
<!-- wp:comments-title /-->
6-
7-
<!-- wp:comment-template -->
8-
<!-- wp:columns {"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40"}}}} -->
9-
<div class="wp-block-columns" style="margin-bottom:var(--wp--preset--spacing--40)">
10-
<!-- wp:column {"width":"40px"} -->
11-
<div class="wp-block-column" style="flex-basis:40px">
12-
<!-- wp:avatar {"size":40,"style":{"border":{"radius":"20px"}}} /-->
13-
</div>
14-
<!-- /wp:column -->
15-
16-
<!-- wp:column -->
17-
<div class="wp-block-column">
18-
<!-- wp:comment-author-name /-->
19-
20-
<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex"}} -->
21-
<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px">
22-
<!-- wp:comment-date /-->
23-
<!-- wp:comment-edit-link /-->
24-
</div>
25-
<!-- /wp:group -->
26-
27-
<!-- wp:comment-content /-->
28-
29-
<!-- wp:comment-reply-link /-->
30-
</div>
31-
<!-- /wp:column -->
32-
</div>
33-
<!-- /wp:columns -->
34-
<!-- /wp:comment-template -->
35-
36-
<!-- wp:comments-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
37-
<!-- wp:comments-pagination-previous /-->
38-
<!-- wp:comments-pagination-numbers /-->
39-
<!-- wp:comments-pagination-next /-->
40-
<!-- /wp:comments-pagination -->
41-
42-
<!-- wp:post-comments-form /-->
43-
</div>
44-
<!-- /wp:comments -->
45-
</div>
46-
<!-- /wp:group -->
1+
<!-- wp:pattern {"slug":"twentytwentythree/hidden-comments"} /-->

src/wp-content/themes/twentytwentythree/parts/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="wp-block-group">
33
<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"var:preset|spacing|60"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
44
<div class="wp-block-group alignwide" style="padding-bottom:var(--wp--preset--spacing--60)">
5-
<!-- wp:site-title /-->
5+
<!-- wp:site-title {"level":0} /-->
66
<!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} /-->
77
</div>
88
<!-- /wp:group -->
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<?php
2+
/**
3+
* Title: Hidden Comments
4+
* Slug: twentytwentythree/hidden-comments
5+
* Inserter: no
6+
*/
7+
?>
8+
<!-- wp:group {"layout":{"type":"constrained"},"style":{"spacing":{"padding":{"top":"var:preset|spacing|40","right":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|40"}}}} -->
9+
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)">
10+
<!-- wp:comments -->
11+
<div class="wp-block-comments">
12+
<!-- wp:heading {"level":2} -->
13+
<h2><?php echo esc_html_x( 'Comments', 'Title of comments section', 'twentytwentythree' ); ?></h2>
14+
<!-- /wp:heading -->
15+
16+
<!-- wp:comments-title {"level":3} /-->
17+
18+
<!-- wp:comment-template -->
19+
<!-- wp:columns {"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40"}}}} -->
20+
<div class="wp-block-columns" style="margin-bottom:var(--wp--preset--spacing--40)">
21+
<!-- wp:column {"width":"40px"} -->
22+
<div class="wp-block-column" style="flex-basis:40px">
23+
<!-- wp:avatar {"size":40,"style":{"border":{"radius":"20px"}}} /-->
24+
</div>
25+
<!-- /wp:column -->
26+
27+
<!-- wp:column -->
28+
<div class="wp-block-column">
29+
<!-- wp:comment-author-name /-->
30+
31+
<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex"}} -->
32+
<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px">
33+
<!-- wp:comment-date /-->
34+
<!-- wp:comment-edit-link /-->
35+
</div>
36+
<!-- /wp:group -->
37+
38+
<!-- wp:comment-content /-->
39+
40+
<!-- wp:comment-reply-link /-->
41+
</div>
42+
<!-- /wp:column -->
43+
</div>
44+
<!-- /wp:columns -->
45+
<!-- /wp:comment-template -->
46+
47+
<!-- wp:comments-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
48+
<!-- wp:comments-pagination-previous /-->
49+
<!-- wp:comments-pagination-numbers /-->
50+
<!-- wp:comments-pagination-next /-->
51+
<!-- /wp:comments-pagination -->
52+
53+
<!-- wp:post-comments-form /-->
54+
</div>
55+
<!-- /wp:comments -->
56+
</div>
57+
<!-- /wp:group -->

src/wp-content/themes/twentytwentythree/patterns/post-meta.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
* Block Types: core/template-part/post-meta
88
*/
99
?>
10+
<!-- wp:spacer {"height":"0"} -->
11+
<div style="height:0" aria-hidden="true" class="wp-block-spacer"></div>
12+
<!-- /wp:spacer -->
13+
1014
<!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
1115
<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)">
1216
<!-- wp:separator {"opacity":"css","align":"wide","className":"is-style-wide"} -->
@@ -25,7 +29,7 @@
2529
</p>
2630
<!-- /wp:paragraph -->
2731

28-
<!-- wp:post-date {"format":"<?php echo esc_html_x( 'F j, Y', 'Date format for publication date of post', 'twentytwentythree' ); ?>"} /-->
32+
<!-- wp:post-date /-->
2933

3034
<!-- wp:paragraph -->
3135
<p>

src/wp-content/themes/twentytwentythree/readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
=== Twenty Twenty-Three ===
22
Contributors: wordpressdotorg
3-
Requires at least: 5.9
3+
Requires at least: 6.1
44
Tested up to: 6.1
55
Requires PHP: 5.7
66
License: GPLv2 or later
77
License URI: http://www.gnu.org/licenses/gpl-2.0.html
88

99
== Description ==
1010

11-
Twenty Twenty-Three is a stripped-back and minimal base theme, and includes a diverse collection of style variations designed by members of the community.
11+
Twenty Twenty-Three is a diverse, collaborative effort designed with the expansion of the possibilities of the block editor in mind. With a blank, unopinionated base as a starting point, this year’s default theme has minimal demo content to get in your way.
12+
13+
It embraces aesthetic diversity with a collection of style variations created by members of the WordPress Community, and it is built to take advantage of the new tools introduced in WordPress 6.1.
14+
15+
Whether you want to build a complex or incredibly simple website, you can style it the way you want it, and you can do it quickly and intuitively through the bundled styles or dive into creation and full customisation yourself.
1216

1317
== Changelog ==
1418

92.9 KB
Loading

src/wp-content/themes/twentytwentythree/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Theme Name: Twenty Twenty-Three
33
Theme URI: https://wordpress.org/themes/twentytwentythree
44
Author: the WordPress team
55
Author URI: https://wordpress.org
6-
Description: Twenty Twenty-Three is a stripped-back and minimal base theme, and includes a diverse collection of style variations designed by members of the community.
7-
Requires at least: 5.9
6+
Description: Twenty Twenty-Three is a diverse, collaborative effort designed with the expansion of the possibilities of the block editor in mind. With a blank, unopinionated base as a starting point, this year’s default theme has minimal demo content to get in your way. It embraces aesthetic diversity with a collection of style variations created by members of the WordPress Community, and it is built to take advantage of the new tools introduced in WordPress 6.1. Whether you want to build a complex or incredibly simple website, you can style it the way you want it, and you can do it quickly and intuitively through the bundled styles or dive into creation and full customisation yourself.
7+
Requires at least: 6.1
88
Tested up to: 6.1
99
Requires PHP: 5.6
1010
Version: 1.0

0 commit comments

Comments
 (0)