#36674 closed enhancement (fixed)
Make WP->parse_request() variables more self-descriptive
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Rewrite Rules | Keywords: | |
| Focuses: | Cc: |
Description
The variable names $req_uri and $request make WP->parse_request() a bit hard to follow.
This is related to my question in #18877
We can't boil down the function input to
$request, because the rewrite matching engine needs to know what the requested filename as well as the URL path in the case of PATH_INFO links.