From 1cfeaada736b64660fe52a0f4bfd879f5788a2ab Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Tue, 17 May 2016 01:49:28 +0000 Subject: [PATCH] Tests: Use factory method to generate fixtures for `wp_unique_post_slug()` tests. Props mintindeed. See #20419. Built from https://develop.svn.wordpress.org/trunk@37443 git-svn-id: http://core.svn.wordpress.org/trunk@37411 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 1da49eeb15..28ffe36b10 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37442'; +$wp_version = '4.6-alpha-37443'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.