Make WordPress Core


Ignore:
Timestamp:
12/01/2021 12:15:21 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/image.php

    r52269 r52299  
    688688 * @since 2.5.0
    689689 *
    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.
    692692 */
    693693function wp_exif_date2ts( $str ) {
Note: See TracChangeset for help on using the changeset viewer.