From 6e2d9af8b69edf16f2828c62ebbaaf329fabd7e3 Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Mon, 12 Dec 2016 23:18:40 +0000 Subject: [PATCH] Tests: Use `wp_delete_user()` during teardown to delete a single site's user. Fixes failing tests for `get_dashboard_url()`. Fixes #39065. Built from https://develop.svn.wordpress.org/trunk@39590 git-svn-id: http://core.svn.wordpress.org/trunk@39530 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 7d41181e2e..341e5f06be 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39589'; +$wp_version = '4.8-alpha-39590'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.