From f846e08f2c1d03350fd3595103eb896ab123232e Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Fri, 12 Feb 2016 21:07:25 +0000 Subject: [PATCH] Make sure fixtures have empty `post_content` in search test. The generator sequence was causing false positives when the search terms ('1' and '0') happened to match the current sequence number (eg, 'Post content 190'). Introduced in [36278]. See #31025. Built from https://develop.svn.wordpress.org/trunk@36520 git-svn-id: http://core.svn.wordpress.org/trunk@36487 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 dbf4773cc4..2f39069bc8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36519'; +$wp_version = '4.5-alpha-36520'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.