Ticket #57174: 57174.2.patch
File 57174.2.patch, 500 bytes (added by , 2 years ago) |
---|
-
src/js/_enqueues/wp/updates.js
diff --git a/src/js/_enqueues/wp/updates.js b/src/js/_enqueues/wp/updates.js index c6d0ff56f2..2b739111bc 100644
a b 2612 2612 $pluginSearch.on( 'keyup input', _.debounce( function( event ) { 2613 2613 var data = { 2614 2614 _ajax_nonce: wp.updates.ajaxNonce, 2615 s: e ncodeURIComponent( event.target.value ),2615 s: event.target.value, 2616 2616 pagenow: pagenow, 2617 2617 plugin_status: 'all' 2618 2618 },