From faaa9b9e98d565abe8d809205d2ff5d70370931f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 5 Sep 2015 14:06:26 +0000 Subject: [PATCH] Update `Tests_Formatting_GetUrlInContent::get_input_output()` after [33858]. Props gitlost. Fixes #23605. Built from https://develop.svn.wordpress.org/trunk@33905 git-svn-id: http://core.svn.wordpress.org/trunk@33874 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 f5237e562b..0e870f3ec4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-33904'; +$wp_version = '4.4-alpha-33905'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.