From 741c88b2ef9b2c322745e289e0d0699a87d7372f Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 7 Mar 2023 16:27:18 +0000 Subject: [PATCH] Bundled Themes: Bump version numbers for WordPress 6.2. In coordination with the release of 6.2, a new version of each bundled theme will also be released. This bumps the version of each theme to the following: - Twenty Ten: 3.8 - Twenty Eleven: 4.3 - Twenty Twelve: 3.9 - Twenty Thirteen: 3.8 - Twenty Fourteen: 3.6 - Twenty Fifteen: 3.4 - Twenty Sixteen: 2.9 - Twenty Seventeen: 3.2 - Twenty Nineteen: 2.5 - Twenty Twenty: 2.2 - Twenty Twenty-One: 1.8 - Twenty Twenty-Two: 1.4 - Twenty Twenty-Three: 1.1 Props robinwpdeveloper, costdev, audrasjb, sabernhardt, desrosj. Fixes #57689. Built from https://develop.svn.wordpress.org/trunk@55476 git-svn-id: http://core.svn.wordpress.org/trunk@55009 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/functions.php | 2 +- wp-content/themes/twentyeleven/header.php | 2 +- wp-content/themes/twentyeleven/readme.txt | 9 +++++++-- wp-content/themes/twentyeleven/showcase.php | 2 +- wp-content/themes/twentyeleven/style.css | 4 ++-- wp-content/themes/twentyfifteen/functions.php | 6 +++--- wp-content/themes/twentyfifteen/readme.txt | 9 +++++++-- wp-content/themes/twentyfifteen/style.css | 4 ++-- wp-content/themes/twentyfourteen/functions.php | 6 +++--- .../twentyfourteen/inc/featured-content.php | 2 +- wp-content/themes/twentyfourteen/readme.txt | 9 +++++++-- wp-content/themes/twentyfourteen/style.css | 4 ++-- .../themes/twentynineteen/package-lock.json | 2 +- wp-content/themes/twentynineteen/package.json | 2 +- wp-content/themes/twentynineteen/readme.txt | 9 +++++++-- wp-content/themes/twentynineteen/style-rtl.css | 4 ++-- wp-content/themes/twentynineteen/style.css | 4 ++-- wp-content/themes/twentynineteen/style.scss | 4 ++-- wp-content/themes/twentyseventeen/functions.php | 2 +- wp-content/themes/twentyseventeen/readme.txt | 9 +++++++-- wp-content/themes/twentyseventeen/style.css | 4 ++-- wp-content/themes/twentysixteen/functions.php | 4 ++-- wp-content/themes/twentysixteen/readme.txt | 9 +++++++-- wp-content/themes/twentysixteen/style.css | 4 ++-- wp-content/themes/twentyten/header.php | 2 +- wp-content/themes/twentyten/readme.txt | 9 +++++++-- wp-content/themes/twentyten/style.css | 4 ++-- wp-content/themes/twentythirteen/functions.php | 4 ++-- wp-content/themes/twentythirteen/readme.txt | 9 +++++++-- wp-content/themes/twentythirteen/style.css | 4 ++-- wp-content/themes/twentytwelve/functions.php | 6 +++--- wp-content/themes/twentytwelve/readme.txt | 9 +++++++-- wp-content/themes/twentytwelve/style.css | 4 ++-- wp-content/themes/twentytwenty/package-lock.json | 16 +++++++++------- wp-content/themes/twentytwenty/package.json | 2 +- wp-content/themes/twentytwenty/readme.txt | 9 +++++++-- wp-content/themes/twentytwenty/style-rtl.css | 4 ++-- wp-content/themes/twentytwenty/style.css | 4 ++-- .../themes/twentytwentyone/assets/css/ie.css | 4 ++-- .../assets/sass/01-settings/file-header.scss | 4 ++-- .../themes/twentytwentyone/package-lock.json | 2 +- wp-content/themes/twentytwentyone/package.json | 2 +- wp-content/themes/twentytwentyone/readme.txt | 9 +++++++-- wp-content/themes/twentytwentyone/style-rtl.css | 4 ++-- wp-content/themes/twentytwentyone/style.css | 4 ++-- wp-content/themes/twentytwentythree/readme.txt | 9 +++++++-- wp-content/themes/twentytwentythree/style.css | 4 ++-- wp-content/themes/twentytwentytwo/readme.txt | 9 +++++++-- wp-content/themes/twentytwentytwo/style.css | 4 ++-- wp-includes/version.php | 2 +- 50 files changed, 163 insertions(+), 96 deletions(-) diff --git a/wp-content/themes/twentyeleven/functions.php b/wp-content/themes/twentyeleven/functions.php index 58f690e612..7dc3bf52ef 100644 --- a/wp-content/themes/twentyeleven/functions.php +++ b/wp-content/themes/twentyeleven/functions.php @@ -297,7 +297,7 @@ endif; // twentyeleven_setup() */ function twentyeleven_scripts_styles() { // Theme block stylesheet. - wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20220927' ); + wp_enqueue_style( 'twentyeleven-block-style', get_template_directory_uri() . '/blocks.css', array(), '20230122' ); } add_action( 'wp_enqueue_scripts', 'twentyeleven_scripts_styles' ); diff --git a/wp-content/themes/twentyeleven/header.php b/wp-content/themes/twentyeleven/header.php index 3fd479437c..62d9b344dd 100644 --- a/wp-content/themes/twentyeleven/header.php +++ b/wp-content/themes/twentyeleven/header.php @@ -49,7 +49,7 @@ if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) { ?> - +