diff --git a/wp-content/themes/twentytwentytwo/functions.php b/wp-content/themes/twentytwentytwo/functions.php index 3b1dde74c..cd994beec 100644 --- a/wp-content/themes/twentytwentytwo/functions.php +++ b/wp-content/themes/twentytwentytwo/functions.php @@ -26,7 +26,6 @@ function twentytwentytwo_support() { // Enqueue editor styles. add_editor_style( 'style.css' ); - } endif; @@ -56,7 +55,6 @@ function twentytwentytwo_styles() { // Enqueue theme stylesheet. wp_enqueue_style( 'twentytwentytwo-style' ); - } endif; diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php b/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php index e13422c86..3255e9d70 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php @@ -6,8 +6,8 @@ 'title' => __( 'Divider with image and color (dark)', 'twentytwentytwo' ), 'categories' => array( 'featured' ), 'content' => ' -
-
+
+
', ); diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php b/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php index 5df910ea8..a29b8252d 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php @@ -6,8 +6,8 @@ 'title' => __( 'Divider with image and color (light)', 'twentytwentytwo' ), 'categories' => array( 'featured' ), 'content' => ' -
-
+
+
', ); diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php b/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php index 593d2b93b..5534b6ffb 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php @@ -7,14 +7,14 @@ 'categories' => array( 'featured', 'columns', 'gallery' ), 'content' => '
-
-
' . esc_attr__( 'Illustration of a bird sitting on a branch.', 'twentytwentytwo' ) . '
+
+
' . esc_attr__( 'Illustration of a bird sitting on a branch.', 'twentytwentytwo' ) . '
-
-
' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '
+
+
' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '
diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php b/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php index ea9ecf291..373b0f48b 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php @@ -6,8 +6,8 @@ 'title' => __( 'Wide image with introduction and buttons', 'twentytwentytwo' ), 'categories' => array( 'featured', 'columns' ), 'content' => ' -
-
' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '
+
+
' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '
diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php b/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php index dfb8c6f37..5e4fea69e 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php @@ -25,8 +25,8 @@
- -
' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '
+ +
' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '
diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php b/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php index 7c26516fe..832f41422 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php @@ -21,8 +21,8 @@
- -
' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '
+ +
' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '
diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php b/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php index c29d3d440..cfc9db579 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php @@ -8,7 +8,7 @@ return array( 'title' => __( 'Heading and bird image', 'twentytwentytwo' ), 'inserter' => false, - 'content' => ' -
' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '
+ 'content' => ' +
' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '
', ); diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php b/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php index 28f3d6c5d..d3f1788ac 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php @@ -15,7 +15,7 @@
- -
' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '
+ +
' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '
', ); diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php b/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php index 7e03ed41e..12d44e793 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php @@ -6,8 +6,8 @@ 'title' => __( 'About page with large image and buttons', 'twentytwentytwo' ), 'categories' => array( 'pages', 'buttons' ), 'content' => ' -
-
+
+
diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php b/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php index 7b6fa3ad8..eec6e0d88 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php @@ -11,8 +11,8 @@
- -
' . esc_attr_x( 'TBD', 'Short for to be determined', 'twentytwentytwo' ) . '
+ +
' . esc_attr_x( 'TBD', 'Short for to be determined', 'twentytwentytwo' ) . '
diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php b/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php index 7a7a6b79d..bfb4e6e98 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php @@ -38,8 +38,8 @@
- -
' . esc_attr__( 'An illustration of a bird in flight', 'twentytwentytwo' ) . '
+ +
' . esc_attr__( 'An illustration of a bird in flight', 'twentytwentytwo' ) . '
diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php b/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php index 84e3b081c..160192502 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php @@ -54,8 +54,8 @@ -
-
' . esc_attr__( 'Illustration of a flying bird.', 'twentytwentytwo' ) . '
+
+
' . esc_attr__( 'Illustration of a flying bird.', 'twentytwentytwo' ) . '
diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php b/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php index 62df8059e..bc744b1b8 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php @@ -22,8 +22,8 @@
-
-
' . esc_attr__( 'Image of a bird on a branch', 'twentytwentytwo' ) . '
+
+
' . esc_attr__( 'Image of a bird on a branch', 'twentytwentytwo' ) . '
diff --git a/wp-content/themes/twentytwentytwo/index.php b/wp-content/themes/twentytwentytwo/index.php index 27dc7057d..877d8c3f1 100644 --- a/wp-content/themes/twentytwentytwo/index.php +++ b/wp-content/themes/twentytwentytwo/index.php @@ -2,4 +2,3 @@ // There is nothing output here because block themes do not use php templates. // There is a core ticket discussing removing this requirement for block themes: // https://core.trac.wordpress.org/ticket/54272. - diff --git a/wp-content/themes/twentytwentytwo/readme.txt b/wp-content/themes/twentytwentytwo/readme.txt index 258e6f2b4..9a3c25b37 100644 --- a/wp-content/themes/twentytwentytwo/readme.txt +++ b/wp-content/themes/twentytwentytwo/readme.txt @@ -1,9 +1,9 @@ === Twenty Twenty-Two === Contributors: wordpressdotorg Requires at least: 5.9 -Tested up to: 6.3 +Tested up to: 6.4 Requires PHP: 5.6 -Stable tag: 1.5 +Stable tag: 1.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -17,6 +17,11 @@ Whether you’re building a single-page website, a blog, a business website, or == Changelog == += 1.6 = +* Released: November 7, 2023 + +https://wordpress.org/documentation/article/twenty-twenty-two-changelog/#Version_1.6 + = 1.5 = * Released: August 8, 2023 diff --git a/wp-content/themes/twentytwentytwo/style.css b/wp-content/themes/twentytwentytwo/style.css index effdeb698..519083617 100644 --- a/wp-content/themes/twentytwentytwo/style.css +++ b/wp-content/themes/twentytwentytwo/style.css @@ -5,9 +5,9 @@ Author: the WordPress team Author URI: https://wordpress.org/ 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 Site Editor 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.9 -Tested up to: 6.3 +Tested up to: 6.4 Requires PHP: 5.6 -Version: 1.5 +Version: 1.6 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: twentytwentytwo