Budled themes: Revert the Twenty Ten theme version to 3.6.
No functional changes were made to Twenty Ten during the WordPress 6.0 release cycle so the theme version bump is not needed. The "tested up to" header change is maintained. Follow up to and partial revert of [53418]. Props desrosj, ravipatel, costdev. Fixes #55810. See #55754. Built from https://develop.svn.wordpress.org/trunk@53448 git-svn-id: http://core.svn.wordpress.org/trunk@53037 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cf5cf75f09
commit
290742cada
|
@ -1,7 +1,7 @@
|
||||||
=== Twenty Ten ===
|
=== Twenty Ten ===
|
||||||
Contributors: wordpressdotorg
|
Contributors: wordpressdotorg
|
||||||
Tested up to: 6.0
|
Tested up to: 6.0
|
||||||
Stable tag: 3.7
|
Stable tag: 3.6
|
||||||
License: GPLv2 or later
|
License: GPLv2 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header, block-patterns
|
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header, block-patterns
|
||||||
|
@ -42,11 +42,6 @@ Images
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
= 3.7 =
|
|
||||||
* Released: May 24, 2022
|
|
||||||
|
|
||||||
https://codex.wordpress.org/Twenty_Ten_Theme_Changelog#Version_3.7
|
|
||||||
|
|
||||||
= 3.6 =
|
= 3.6 =
|
||||||
* Released: January 25, 2022
|
* Released: January 25, 2022
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ Theme URI: https://wordpress.org/themes/twentyten/
|
||||||
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
|
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
|
||||||
Author: the WordPress team
|
Author: the WordPress team
|
||||||
Author URI: https://wordpress.org/
|
Author URI: https://wordpress.org/
|
||||||
Version: 3.7
|
Version: 3.6
|
||||||
Tested up to: 6.0
|
Tested up to: 6.0
|
||||||
Requires at least: 3.0
|
Requires at least: 3.0
|
||||||
Requires PHP: 5.2.4
|
Requires PHP: 5.2.4
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.1-alpha-53447';
|
$wp_version = '6.1-alpha-53448';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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