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

WordPress Trac noreply at wordpress.org
Fri Aug 5 07:34:15 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
-------------------------------------+-------------------------------------

Comment (by audrasjb):

 Tested with:

 {{{
 const uri = 'test&test';
 const encoded = encodeURIComponent(uri);
 console.log(uri);
 console.log(encoded);

 > "test&test"
 > "test%26test"
 }}}

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


More information about the wp-trac mailing list