diff --git a/wp-admin/js/theme.js b/wp-admin/js/theme.js index 6f12363b84..39ed26ad94 100644 --- a/wp-admin/js/theme.js +++ b/wp-admin/js/theme.js @@ -1928,7 +1928,7 @@ themes.RunInstaller = { // Open the theme preview. self.view.collection.once( 'query:success', function() { $( 'div[data-slug="' + slug + '"]' ).trigger( 'click' ); - }) + }); } }); diff --git a/wp-includes/version.php b/wp-includes/version.php index 741f0c696d..ae0c9339c8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40108'; +$wp_version = '4.8-alpha-40109'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.