Ticket #17177: request.patch
| File request.patch, 482 bytes (added by dnljms, 19 months ago) |
|---|
-
wp-includes/class-wp.php
185 185 186 186 // Look for matches. 187 187 $request_match = $request; 188 if ( empty( $req_uri ) ) {188 if ( empty( $req_uri ) && empty( $req_match ) ) { 189 189 // An empty request could only match against ^$ regex 190 190 if ( isset( $rewrite['$'] ) ) { 191 191 $this->matched_rule = '$';
