Make WordPress Core

Ticket #57174: 57174.2.patch

File 57174.2.patch, 500 bytes (added by dilipbheda, 2 years ago)

Here is the patch to fix this issue.

  • 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  
    26122612                $pluginSearch.on( 'keyup input', _.debounce( function( event ) {
    26132613                        var data = {
    26142614                                _ajax_nonce:   wp.updates.ajaxNonce,
    2615                                 s:             encodeURIComponent( event.target.value ),
     2615                                s:             event.target.value,
    26162616                                pagenow:       pagenow,
    26172617                                plugin_status: 'all'
    26182618                        },