From 2ac3027a58421168c2e2d5939fe0c16f467d312c Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 6 Oct 2015 19:56:24 +0000 Subject: [PATCH] Add message with status info to temperamental assertion. The ajax delete comment tests are intermittently failing. Many of the assertions make it hard to tell why they are failing. This adds a message to one of those assertions that contains some info on what is being asserted with the goal that it helps developers understand why the failure is failing. See #33968 Built from https://develop.svn.wordpress.org/trunk@34879 git-svn-id: http://core.svn.wordpress.org/trunk@34844 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 94182472ee..37355c116b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34878'; +$wp_version = '4.4-alpha-34879'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.