From da08f6a3deb76c53ce13ee1281ce2cebfe3a1567 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Thu, 21 Apr 2016 15:53:27 +0000 Subject: [PATCH] Tests: More explicit fixture content when testing `s=0` query string. After [36647], the unit test generator sequence can put a 0 into the 'post_excerpt' field of a post fixture, causing false positives. See [36520] for a parallel fix involving 'post_content'. Fixes #36622. Built from https://develop.svn.wordpress.org/trunk@37280 git-svn-id: http://core.svn.wordpress.org/trunk@37246 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 0cfd123c59..313539a312 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37279'; +$wp_version = '4.6-alpha-37280'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.