Skip to content

Commit eda8d9d

Browse files
Docs: Update wp_get_media_creation_timestamp() DocBlock for consistency.
Follow-up to [19687], [41746]. See #64224. git-svn-id: https://develop.svn.wordpress.org/trunk@61380 602fd350-edb4-49c9-b593-d223f7449a82
1 parent d5cbd3d commit eda8d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-admin/includes/media.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3769,8 +3769,8 @@ function wp_read_audio_metadata( $file ) {
37693769
* @link https://github.com/JamesHeinrich/getID3/blob/master/structure.txt
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
*/
37753775
function wp_get_media_creation_timestamp( $metadata ) {
37763776
$creation_date = false;

0 commit comments

Comments
 (0)