[wp-trac] [WordPress Trac] #56339: Issue with plugin install pagination

WordPress Trac noreply at wordpress.org
Fri Aug 5 07:31:10 UTC 2022


#56339: Issue with plugin install pagination
-------------------------------------+-------------------------------------
 Reporter:  praful2111               |       Owner:  (none)
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  6.1
Component:  Plugins                  |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch changes-       |     Focuses:  javascript,
  requested                          |  administration
-------------------------------------+-------------------------------------
Changes (by costdev):

 * keywords:  has-patch => has-patch changes-requested


Comment:

 I can verify that the issue exists and that the patch fixes ''one''
 instance of `&`.

 To deal with all instances of `&`, for example, `search & replace & search
 again` the `replace()` call should be changed to:

 {{{#!js
 event.target.value.replace( /&/g, '%26' )
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/56339#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list