From a728528542e3509d716afceb50f5cd75d70d0eb3 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Tue, 5 Jul 2016 16:09:28 +0000 Subject: [PATCH] I18N: Add tests for `wp_maybe_decline_date()`. Reverts [37718], `$wp_locale` needs to be cloned. Props SergeyBiryukov. Fixes #36790. Built from https://develop.svn.wordpress.org/trunk@37975 git-svn-id: http://core.svn.wordpress.org/trunk@37916 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index cbf966fafc..02decea9e5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta1-37974'; +$wp_version = '4.6-beta1-37975'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.