From 8267fdc9a2aa77f1e90a579a2c9d914652557840 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 2 May 2022 00:13:12 +0000 Subject: [PATCH] Tests: Add unit tests for some XML-RPC functions: * `xmlrpc_getposttitle()` * `xmlrpc_getpostcategory()` * `xmlrpc_removepostdata()` Props pbearne, audrasjb, costdev, SergeyBiryukov. Fixes #53490. Built from https://develop.svn.wordpress.org/trunk@53326 git-svn-id: http://core.svn.wordpress.org/trunk@52915 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 daae4ede55..0afa0da6d4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-beta3-53325'; +$wp_version = '6.0-beta3-53326'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.