Make WordPress Core


Ignore:
Timestamp:
11/18/2021 01:48:43 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various corrections and improvements relating to types used in inline documentation.

See #53399

File:
1 edited

Legend:

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

    r52171 r52204  
    36423642     * @param string $file           Path to video file.
    36433643     * @param string $file_format    File format of video, as analyzed by getID3.
    3644      * @param string $data           Raw metadata from getID3.
     3644     * @param array $data           Raw metadata from getID3.
    36453645     */
    36463646    return apply_filters( 'wp_read_video_metadata', $metadata, $file, $file_format, $data );
Note: See TracChangeset for help on using the changeset viewer.