From 09296104148bb9bf6d9d302ba9158e4a0c4820da Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 23 Sep 2018 15:46:23 +0000 Subject: [PATCH] Tests: Add missing `public` access modifier to `Tests_REST_Server` methods. Props andizer. Fixes #44939. Built from https://develop.svn.wordpress.org/trunk@43652 git-svn-id: http://core.svn.wordpress.org/trunk@43481 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 d6ffc6ed30..08a19b7604 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43651'; +$wp_version = '5.0-alpha-43652'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.