From da77cad30fe58caecb1a923494763c4ee8290f7c Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 10 Jan 2019 01:52:52 +0000 Subject: [PATCH] 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 --- wp-admin/includes/media.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index f44f01559f..10d7f3bffe 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -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; } } diff --git a/wp-includes/version.php b/wp-includes/version.php index cd7b1c7b31..1fa36b4ca9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.