Changeset 58267
- Timestamp:
- 05/31/2024 10:33:16 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r58225 r58267 1270 1270 * @param bool $force_utc Optional. Whether to force UTC timezone instead of using 1271 1271 * the timestamp's timezone. Default false. 1272 * @return int Unix timestamp.1272 * @return int|false Unix timestamp on success, false on failure. 1273 1273 */ 1274 1274 function rest_parse_date( $date, $force_utc = false ) { … … 1292 1292 * 1293 1293 * @param string $color 3 or 6 digit hex color (with #). 1294 * @return string|false 1294 * @return string|false Color value on success, false on failure. 1295 1295 */ 1296 1296 function rest_parse_hex_color( $color ) {
Note: See TracChangeset
for help on using the changeset viewer.