Changeset 47362 for trunk/src/wp-includes/rest-api.php
- Timestamp:
- 02/25/2020 03:32:27 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r47224 r47362 1251 1251 1252 1252 if ( 'object' === $args['type'] ) { 1253 if ( '' === $value ) { 1254 $value = array(); 1255 } 1256 1253 1257 if ( $value instanceof stdClass ) { 1254 1258 $value = (array) $value;
Note: See TracChangeset
for help on using the changeset viewer.