mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-09-07 01:20:22 +00:00
9e504d647696ef5438a2d53fc96fd4c9330ce1a8
The rewrite rule matching code in WP::parse_request() used an unclear variable `$request` to represent the requested path (e.g. "2016/05/03") as well as a deceptively named variable `$request_uri`, which actually represents the requested file when an install used PATHINFO links. Those variables are replaced with `$requested_path` and `$requested_file` respectively for clarity. Fixes #36674. git-svn-id: https://develop.svn.wordpress.org/trunk@37356 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
243 MiB
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%