mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-25 01:18:42 +00:00
Add missing semicolons after [40646].
See #40453. Built from https://develop.svn.wordpress.org/trunk@40648 git-svn-id: http://core.svn.wordpress.org/trunk@40511 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
55b6ee7e56
commit
8a07db035d
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user