Add term meta support to XML-RPC addTerm and editTerm endpoints.

This changeset also includes the new function `has_term_meta()`, a
counterpart to `has_meta()` (for posts).

Props enrico.sorcinelli.
Fixes #35991.
Built from https://develop.svn.wordpress.org/trunk@40916


git-svn-id: http://core.svn.wordpress.org/trunk@40766 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges
2017-06-18 10:40:46 +00:00
parent 395ff7aebe
commit 92175dbd33
3 changed files with 97 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-40915';
$wp_version = '4.9-alpha-40916';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.