diff --git a/wp-admin/js/press-this.js b/wp-admin/js/press-this.js index e1b03e79bb..1a62b41d84 100644 --- a/wp-admin/js/press-this.js +++ b/wp-admin/js/press-this.js @@ -193,7 +193,7 @@ window.setTimeout( function() { window.self.close(); - }, 200 ) + }, 200 ); } catch( er ) { window.location.href = response.data.redirect; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 31e12476c6..ef587624c5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32985'; +$wp_version = '4.3-alpha-32986'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.