Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #54507, comment 9


Ignore:
Timestamp:
11/26/2021 01:14:18 PM (4 years ago)
Author:
zieladam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54507, comment 9

    v1 v2  
    1 @mcsf it's complicated :( You'll get different data in different setups. I'm playing with preparePathInfo() that Symfony uses – it tries to lean on REQUEST_URI when possible.
     1@mcsf it's complicated :( You'll get different data in different setups. I'm playing with preparePathInfo() that Symfony uses – it tries to lean on REQUEST_URI when possible:
     2
     3https://github.com/WordPress/wordpress-develop/pull/1956