From 7288ae585197046dccdc17312356ea47100ee373 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Wed, 30 Nov 2016 03:03:46 +0000 Subject: [PATCH] REST API: Add tests for empty or "no-op" updates. The API should allow updates that don't actually change anything. This allows clients to, for example, accidentally send the same request twice without encountering unexpected errors. This currently works for posts, terms, and users, so this commit adds test cases accordingly. See #38700 for issues preventing this from working for comments. Fixes #38975. Built from https://develop.svn.wordpress.org/trunk@39371 git-svn-id: http://core.svn.wordpress.org/trunk@39311 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 da4d607381..50e3c9b0a8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39369'; +$wp_version = '4.8-alpha-39371'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.