Plugins: Restore "Clear List" button functionality for recently active plugins.

Props obenland.
Fixes #41080.
Built from https://develop.svn.wordpress.org/trunk@41585


git-svn-id: http://core.svn.wordpress.org/trunk@41418 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-09-24 15:16:46 +00:00
parent a5f8097899
commit 0170c40e24
3 changed files with 4 additions and 4 deletions

View File

@ -1996,7 +1996,7 @@
*
* @param {Event} event Event interface.
*/
$bulkActionForm.on( 'click', '[type="submit"]', function( event ) {
$bulkActionForm.on( 'click', '[type="submit"]:not([name="clear-recent-list"])', function( event ) {
var bulkAction = $( event.target ).siblings( 'select' ).val(),
itemsSelected = $bulkActionForm.find( 'input[name="checked[]"]:checked' ),
success = 0,

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41584';
$wp_version = '4.9-alpha-41585';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.