Ticket #9591: 9591.patch
File 9591.patch, 421 bytes (added by , 13 years ago) |
---|
-
classes.php
198 198 // Look for matches. 199 199 $request_match = $request; 200 200 foreach ( (array) $rewrite as $match => $query) { 201 $match = rawurldecode($match); 201 202 // Don't try to match against AtomPub calls 202 203 if ( $req_uri == 'wp-app.php' ) 203 204 break;