From fd2fd9e3f309e9b769f94222d996a8d040748e1a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 16 Nov 2016 13:43:31 +0000 Subject: [PATCH] Tests: Add a missing `$message` argument for `assertEquals()` in [39265]. See #23626. Built from https://develop.svn.wordpress.org/trunk@39267 git-svn-id: http://core.svn.wordpress.org/trunk@39207 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 718ce93436..677296a979 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta4-39266'; +$wp_version = '4.7-beta4-39267'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.