diff --git a/wp-includes/js/media-views.js b/wp-includes/js/media-views.js index 8b8ef520bb..ae349afc99 100644 --- a/wp-includes/js/media-views.js +++ b/wp-includes/js/media-views.js @@ -2103,7 +2103,7 @@ // after creating the wrapper view, load the actual editor via an ajax call view.loadEditor(); - }, + } }); /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 8086955b8b..c00834fab5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.0-alpha-20140607'; +$wp_version = '4.0-alpha-20140608'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.