- Timestamp:
- 03/25/2021 12:02:35 AM (4 years ago)
- Location:
- branches/5.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7
-
branches/5.7/src/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php
r49966 r50573 231 231 ) 232 232 ); 233 } 234 235 if ( null === get_metadata_raw( $meta_type, $object_id, wp_slash( $meta_key ) ) ) { 236 return true; 233 237 } 234 238
Note: See TracChangeset
for help on using the changeset viewer.