From 1def66a1c981a6de0da92dfdd5d7d4eafb52e7cc Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Tue, 19 Jan 2016 23:58:27 +0000 Subject: [PATCH] Themes: Add initial tests for the `allowed_themes` filter. We'll be adjusting the placement of this filter and adding two other related filters, so we should make sure it continues to work as expected after the change. See #28436. Built from https://develop.svn.wordpress.org/trunk@36350 git-svn-id: http://core.svn.wordpress.org/trunk@36317 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 7d20039b17..77bd9d77df 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-1453180032918'; +$wp_version = '4.5-alpha-1453247893752'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.