mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
941a31318c
Previously, the REST API would end up deleting each row of metadata and recreating it unnecessarily. This was caused by a type mismatch where the metadata API would always return a string value, and the REST API operated on a typed value. The REST API now applies the same sanitization and type casting for "multiple" meta keys and "single" meta keys. Fixes #49339. Props renathoc. Built from https://develop.svn.wordpress.org/trunk@47943 git-svn-id: http://core.svn.wordpress.org/trunk@47716 1a063a9b-81f0-0310-95a4-ce76da25c4cd |
||
---|---|---|
.. | ||
class-wp-rest-comment-meta-fields.php | ||
class-wp-rest-meta-fields.php | ||
class-wp-rest-post-meta-fields.php | ||
class-wp-rest-term-meta-fields.php | ||
class-wp-rest-user-meta-fields.php |