From 5a9a4865ad621a1b625ffbcc4f9563fff2da1eab Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 25 Nov 2020 04:11:05 +0000 Subject: [PATCH] Build/Test Tools: Remove unused posts from AJAX test `setUp()`. Removes the creation of five posts from the AJAX test suite `setUp()` function, replacing it with a shared fixture only where required. See #51802. Built from https://develop.svn.wordpress.org/trunk@49696 git-svn-id: http://core.svn.wordpress.org/trunk@49419 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 0bf34d2e66..88d6b72d32 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49695'; +$wp_version = '5.7-alpha-49696'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.