Changeset 51557 for trunk/src/wp-includes/functions.php
- Timestamp:
- 08/05/2021 02:48:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r51300 r51557 168 168 // If timestamp is omitted it should be current time (summed with offset, unless `$gmt` is true). 169 169 if ( ! is_numeric( $timestamp ) ) { 170 // phpcs:ignore WordPress.DateTime.CurrentTimeTimestamp.Requested 170 171 $timestamp = current_time( 'timestamp', $gmt ); 171 172 }
Note: See TracChangeset
for help on using the changeset viewer.