Changeset 46346
- Timestamp:
- 09/29/2019 10:33:35 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php
r46069 r46346 564 564 * @since 5.3.0 565 565 * 566 * @param string $type 566 * @param string $type The schema type. 567 567 * @return mixed 568 568 */ … … 578 578 return 0.0; 579 579 case 'array': 580 return array();581 580 case 'object': 582 581 return array();
Note: See TracChangeset
for help on using the changeset viewer.