From 2678153cd423a82ca306b5478b6dc433cd431716 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Wed, 15 Jun 2016 16:46:29 +0000 Subject: [PATCH] Twenty Ten: Revert pot changes after update test. Introduced in [37714]. Built from https://develop.svn.wordpress.org/trunk@37715 git-svn-id: http://core.svn.wordpress.org/trunk@37681 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/languages/twentyten.pot | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/twentyten/languages/twentyten.pot b/wp-content/themes/twentyten/languages/twentyten.pot index 1ecea02eb9..3a547d93ee 100644 --- a/wp-content/themes/twentyten/languages/twentyten.pot +++ b/wp-content/themes/twentyten/languages/twentyten.pot @@ -1,14 +1,14 @@ -# Copyright (C) 2015 the WordPress team +# Copyright (C) 2016 the WordPress team # This file is distributed under the GNU General Public License v2 or later. msgid "" msgstr "" "Project-Id-Version: Twenty Ten 2.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/twentyten\n" -"POT-Creation-Date: 2015-12-08 15:15:12+00:00\n" +"POT-Creation-Date: 2016-04-05 09:48:39+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/wp-includes/version.php b/wp-includes/version.php index 9f3aef91bd..124141f034 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37714'; +$wp_version = '4.6-alpha-37715'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.