Make WordPress Core

Changeset 61380


Ignore:
Timestamp:
12/14/2025 11:55:01 PM (11 days ago)
Author:
SergeyBiryukov
Message:

Docs: Update wp_get_media_creation_timestamp() DocBlock for consistency.

Follow-up to [19687], [41746].

See #64224.

File:
1 edited

Legend:

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

    r61320 r61380  
    37703770 *
    37713771 * @param array $metadata The metadata returned by getID3::analyze().
    3772  * @return int|false A UNIX timestamp for the media's creation date if available
    3773  *                   or a boolean FALSE if a timestamp could not be determined.
     3772 * @return int|false A Unix timestamp for the media's creation date if available
     3773 *                   or a boolean false if the timestamp could not be determined.
    37743774 */
    37753775function wp_get_media_creation_timestamp( $metadata ) {
Note: See TracChangeset for help on using the changeset viewer.