Twenty Ten: add readme file to explain basic theme usage, link to changelog on Codex, and include license information.

Closes #31814, props mercime.
Built from https://develop.svn.wordpress.org/trunk@32492


git-svn-id: http://core.svn.wordpress.org/trunk@32462 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2015-05-11 21:53:25 +00:00
parent daae491af9
commit c4f78c9c29
2 changed files with 77 additions and 1 deletions

View File

@ -0,0 +1,76 @@
=== Twenty Ten ===
Contributors: the WordPress team
Requires at least: WordPress 3.0
Tested up to: WordPress 4.3-trunk
Stable tag: 1.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-layout, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, featured-image-header
== 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.
For more information about Twenty Ten theme please go to http://codex.wordpress.org/Twenty_Ten.
== Installation ==
1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
2. Type in Twenty Ten in the search form and press the 'Enter' key in your keyboard.
3. Click on the 'Activate' button to use your new theme right away.
4. Go to http://codex.wordpress.org/Twenty_Ten for a guide to customize this theme.
5. Navigate to Appearance > Customize in your admin panel.
== Copyright ==
Twenty Ten WordPress Theme, Copyright 2010-2015 WordPress.org & Automattic.com
Twenty Ten is Distributed under the terms of the GNU GPL
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
== Changelog ==
= 1.9 =
* Released: April 23, 2015
http://codex.wordpress.org/Twenty_Ten_Theme_Changelog#Version_1.9
= 1.8 =
* Released: December 18, 2014
http://codex.wordpress.org/Twenty_Ten_Theme_Changelog#Version_1.8
= 1.7 =
* Released: September 4, 2014
http://codex.wordpress.org/Twenty_Ten_Theme_Changelog#Version_1.7
= 1.6 =
* Released: August 1, 2013
= 1.5 =
* Released: December 11, 2012
= 1.4 =
* Released: June 13, 2012
= 1.3 =
* Released: December 12, 2011
= 1.2 =
* Released: February 23, 2011
= 1.1 =
* Released: July 29, 2010
= 1.0 =
* Released: June 17, 2010
Initial release.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32491';
$wp_version = '4.3-alpha-32492';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.