Changeset 43979 for trunk/src/wp-includes/rest-api.php
- Timestamp:
- 12/11/2018 10:29:36 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r42343 r43979 991 991 992 992 // Everything else will map nicely to boolean. 993 return (bool ean) $value;993 return (bool) $value; 994 994 } 995 995
Note: See TracChangeset
for help on using the changeset viewer.