From b8ca8e16e5239dd1bfb1e21c83dd16a60bf672c8 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 29 Nov 2016 04:57:42 +0000 Subject: [PATCH] Build/Test Tools: When testing the output of `wp_list_pages()`, use a known and fixed date for each post so the tests don't fail when the date changes between the beginning and end of a test. Props xrmx Fixes #38688 Built from https://develop.svn.wordpress.org/trunk@39363 git-svn-id: http://core.svn.wordpress.org/trunk@39303 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 846e12f8e2..c88f17410e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39362'; +$wp_version = '4.8-alpha-39363'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.