Taxonomy: Prevent deprecation notices clearing terms.

Prevents `wp_set_object_terms()` throwing a deprecation notice in PHP 8.1+ when passing an empty value as the second parameter to clear the terms.

Props audrasjb, chouby, costdev, jrf, peterwilsoncc, prashantbhivsane, sergeybiryukov.
Fixes #57923.

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


git-svn-id: http://core.svn.wordpress.org/trunk@55433 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson
2023-06-14 23:51:22 +00:00
parent a3398d1cc4
commit 256272e534
2 changed files with 5 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-alpha-55920';
$wp_version = '6.3-alpha-55921';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.