Changeset 52299 for trunk/src/wp-admin/includes/image.php
- Timestamp:
- 12/01/2021 12:15:21 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image.php
r52269 r52299 688 688 * @since 2.5.0 689 689 * 690 * @param string $str 691 * @return int 690 * @param string $str A date string expected to be in Exif format (Y:m:d H:i:s). 691 * @return int|false The unix timestamp, or false on failure. 692 692 */ 693 693 function wp_exif_date2ts( $str ) {
Note: See TracChangeset
for help on using the changeset viewer.