- Timestamp:
- 10/18/2020 06:55:16 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php
r48411 r49188 373 373 } 374 374 375 if ( ! update_metadata( $meta_type, $object_id, wp_slash( $meta_key ), wp_slash _strings_only( $value ) ) ) {375 if ( ! update_metadata( $meta_type, $object_id, wp_slash( $meta_key ), wp_slash( $value ) ) ) { 376 376 return new WP_Error( 377 377 'rest_meta_database_error',
Note: See TracChangeset
for help on using the changeset viewer.