PHPCS: Fix formatting issues.
Fixes formatting issues introduced in [44528]. See #42017. Built from https://develop.svn.wordpress.org/trunk@44532 git-svn-id: http://core.svn.wordpress.org/trunk@44363 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
72098048c6
commit
da77cad30f
|
@ -3387,7 +3387,7 @@ function wp_read_audio_metadata( $file ) {
|
|||
if ( empty( $metadata['created_timestamp'] ) ) {
|
||||
$created_timestamp = wp_get_media_creation_timestamp( $data );
|
||||
|
||||
if ( false !== $created_timestamp ) {
|
||||
if ( false !== $created_timestamp ) {
|
||||
$metadata['created_timestamp'] = $created_timestamp;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.1-alpha-44531';
|
||||
$wp_version = '5.1-alpha-44532';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue