From c95e87bd34fdb39be8f5cdebe86e819f42d02dc7 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Mon, 4 Jul 2016 19:08:28 +0000 Subject: [PATCH] Unit Tests: Remove an unused parameter from `Tests_Ajax_DimComment::test_with_bad_id()`. Prevents a "too few arguments" error in PHP 7.1.0. Fixes #37271. Built from https://develop.svn.wordpress.org/trunk@37950 git-svn-id: http://core.svn.wordpress.org/trunk@37891 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 4a10aa9029..163cfa6bf4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta1-37949'; +$wp_version = '4.6-beta1-37950'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.