Build/Test tools: Ensure the create_and_get() factory method returns the appropriate WP_Error when creating a term fails.

Fixes: #47952 

Built from https://develop.svn.wordpress.org/trunk@46262


git-svn-id: http://core.svn.wordpress.org/trunk@46074 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2019-09-23 18:56:01 +00:00
parent bcbedd7f55
commit 49c63c104f

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-46261';
$wp_version = '5.3-alpha-46262';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.