diff --git a/wp-admin/js/common.js b/wp-admin/js/common.js index 672836da36..930b659d62 100644 --- a/wp-admin/js/common.js +++ b/wp-admin/js/common.js @@ -995,8 +995,8 @@ $document.ready( function() { // Toggle the progress div visibility. $progressDiv.toggle(); // Toggle the Show Details button expanded state. - $( this ).attr( 'aria-expanded', $progressDiv.is( ':visible' ) ) - }) + $( this ).attr( 'aria-expanded', $progressDiv.is( ':visible' ) ); + }); }); // Fire a custom jQuery event at the end of window resize diff --git a/wp-includes/version.php b/wp-includes/version.php index 2f2a472f0e..9a553db20d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40647'; +$wp_version = '4.8-alpha-40648'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.