From ede6d64e7b50a2e2821ca01b61104bce425b57c4 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 11 May 2015 23:32:26 +0000 Subject: [PATCH] Twenty Twelve: fix typo in readme.txt file. See #31814, props TomasM. Built from https://develop.svn.wordpress.org/trunk@32494 git-svn-id: http://core.svn.wordpress.org/trunk@32464 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwelve/readme.txt | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentytwelve/readme.txt b/wp-content/themes/twentytwelve/readme.txt index a428612ad2..293949132a 100644 --- a/wp-content/themes/twentytwelve/readme.txt +++ b/wp-content/themes/twentytwelve/readme.txt @@ -8,7 +8,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready == Description == -Tags: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background. +The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background. For more information about Twenty Twelve please go to http://codex.wordpress.org/Twenty_Twelve. diff --git a/wp-includes/version.php b/wp-includes/version.php index 4773942d91..6c3f510a32 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32493'; +$wp_version = '4.3-alpha-32494'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.