+
' . esc_html__( 'Doug', 'twentytwentytwo' ) . '
' . esc_html__( 'Stilton', 'twentytwentytwo' ) . '
diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php b/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php
new file mode 100644
index 0000000000..1e4ddf74bb
--- /dev/null
+++ b/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php
@@ -0,0 +1,41 @@
+ __( 'About page on solid color background', 'twentytwentytwo' ),
+ 'categories' => array( 'twentytwentytwo-pages' ),
+ 'content' => '
+
+
+
+
+
+
' . wp_kses_post( __( 'Edvard
Smith', 'twentytwentytwo' ) ) . '
+
+
+
+
+
+
+
+
' . esc_html__( 'Oh hello. My name’s Edvard, and you’ve found your way to my website. I’m an avid bird watcher, and I also broadcast my own radio show every Tuesday evening at 11PM EDT. Listen in sometime!', 'twentytwentytwo' ) . '
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ',
+);
diff --git a/wp-content/themes/twentytwentytwo/readme.txt b/wp-content/themes/twentytwentytwo/readme.txt
index e0aedb3114..af36a9ed8e 100644
--- a/wp-content/themes/twentytwentytwo/readme.txt
+++ b/wp-content/themes/twentytwentytwo/readme.txt
@@ -9,7 +9,11 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
-The WordPress default theme for 2022.
+Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page.
+
+The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Full Site Editing features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks.
+
+Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.
== Changelog ==
diff --git a/wp-content/themes/twentytwentytwo/style.css b/wp-content/themes/twentytwentytwo/style.css
index f0d6d1c2a0..53982de678 100644
--- a/wp-content/themes/twentytwentytwo/style.css
+++ b/wp-content/themes/twentytwentytwo/style.css
@@ -3,7 +3,7 @@ Theme Name: Twenty Twenty-Two
Theme URI: https://github.com/wordpress/twentytwentytwo/
Author: the WordPress team
Author URI: https://wordpress.org/
-Description: The WordPress default theme for 2022.
+Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Full Site Editing features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.6
diff --git a/wp-content/themes/twentytwentytwo/theme.json b/wp-content/themes/twentytwentytwo/theme.json
index 1452bf061f..b9062ae645 100644
--- a/wp-content/themes/twentytwentytwo/theme.json
+++ b/wp-content/themes/twentytwentytwo/theme.json
@@ -10,8 +10,8 @@
]
},
{
- "name": "page-home",
- "title": "Homepage",
+ "name": "page-large-header",
+ "title": "Page (Large Header)",
"postTypes": [
"page"
]
@@ -140,7 +140,7 @@
"spacing": {
"small": "max(1.25rem, 5vw)",
"medium": "clamp(2rem, 8vw, calc(4 * var(--wp--style--block-gap)))",
- "large": "8rem"
+ "large": "clamp(4rem, 10vw, 8rem)"
},
"typography": {
"font-size": {
@@ -356,7 +356,12 @@
},
{
"name": "header-large-dark",
- "title": "Header — Dark",
+ "title": "Header (Dark, large)",
+ "area": "header"
+ },
+ {
+ "name": "header-small-dark",
+ "title": "Header (Dark, small)",
"area": "header"
},
{
diff --git a/wp-includes/version.php b/wp-includes/version.php
index d08d3215f9..b03b9a995f 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.9-alpha-52221';
+$wp_version = '5.9-alpha-52222';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.