diff --git a/wp-admin/media.php b/wp-admin/media.php index 3fbb9265d5..be3cecad98 100644 --- a/wp-admin/media.php +++ b/wp-admin/media.php @@ -103,13 +103,16 @@ case 'edit' : ?>
diff --git a/wp-includes/version.php b/wp-includes/version.php index 01fcd4b823..590cc6c587 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39541'; +$wp_version = '4.8-alpha-39542'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.