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

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


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

View File

@ -1,5 +1,83 @@
= TWENTY ELEVEN =
=== Twenty Eleven ===
Contributors: the WordPress team
Requires at least: WordPress 3.2
Tested up to: WordPress 4.3-trunk
Stable tag: 2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
* by the WordPress team, http://wordpress.org/
== Description ==
The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
== ABOUT TWENTY ELEVEN ==
For more information about Twenty Eleven please go to http://codex.wordpress.org/Twenty_Eleven.
== Installation ==
1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
2. Type in Twenty Eleven 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_Eleven for a guide to customize this theme.
5. Navigate to Appearance > Customize in your admin panel.
== Copyright ==
Twenty Eleven WordPress Theme, Copyright 2011-2015 WordPress.org & Automattic.com
Twenty Eleven 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 ==
= 2.1 =
* Released: April 23, 2015
http://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.1
= 2.0 =
* Released: December 18, 2014
http://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_2.0
= 1.9 =
* Released: September 4, 2014
http://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_1.9
= 1.8 =
* Released: May 8, 2014
http://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_1.8
= 1.7 =
* Released: October 24, 2013
http://codex.wordpress.org/Twenty_Eleven_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: July 12, 2011
= 1.1 =
* Released: July 4, 2011
Initial release.

View File

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