Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58017, comment 4


Ignore:
Timestamp:
11/30/2023 05:14:37 AM (15 months ago)
Author:
saemideluxe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58017, comment 4

    initial v1  
    1 On Drupal 6.4 with PHP 8.2 the follwing URL goes into the function block_core_navigation_link_maybe_urldecode:
     1On Wordpress 6.4 with PHP 8.2 the follwing URL goes into the function block_core_navigation_link_maybe_urldecode:
    22
    3 https://example.net/contact/maps-category/resource/?tags%5B0%5D=children
     3https://example.net/contact/my-category/resource/?tags%5B0%5D=children
    44
    55This will result in the mentioned exception.