Docs: Fix indentation issues in wp_read_video_metadata and wp_read_audio_metadata docblocks.

Follow-up to [53764].

See #55646.

Built from https://develop.svn.wordpress.org/trunk@53765


git-svn-id: http://core.svn.wordpress.org/trunk@53324 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-07-23 08:19:11 +00:00
parent 32cc05a7c0
commit 007726602e
2 changed files with 9 additions and 9 deletions

View File

@ -3625,7 +3625,7 @@ function wp_read_video_metadata( $file ) {
*
* @since 4.9.0
*
* @param array $metadata Filtered Video metadata.
* @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 array $data Raw metadata from getID3.
@ -3707,7 +3707,7 @@ function wp_read_audio_metadata( $file ) {
*
* @since 6.1.0
*
* @param array $metadata Filtered Audio metadata.
* @param array $metadata Filtered audio metadata.
* @param string $file Path to audio file.
* @param string $file_format File format of audio, as analyzed by getID3.
* @param array $data Raw metadata from getID3.

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53764';
$wp_version = '6.1-alpha-53765';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.