Docs: Various corrections and improvements relating to types used in inline documentation.
See #53399 Built from https://develop.svn.wordpress.org/trunk@52204 git-svn-id: http://core.svn.wordpress.org/trunk@51796 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -3641,7 +3641,7 @@ function wp_read_video_metadata( $file ) {
|
||||
* @param array $metadata Filtered Video metadata.
|
||||
* @param string $file Path to video file.
|
||||
* @param string $file_format File format of video, as analyzed by getID3.
|
||||
* @param string $data Raw metadata from getID3.
|
||||
* @param array $data Raw metadata from getID3.
|
||||
*/
|
||||
return apply_filters( 'wp_read_video_metadata', $metadata, $file, $file_format, $data );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user