Ticket #8975: canonical.diff
| File canonical.diff, 478 bytes (added by , 17 years ago) |
|---|
-
canonical.php
279 279 $redirect_url .= '?' . $redirect['query']; 280 280 } 281 281 282 if ( !$redirect_url ||$redirect_url == $requested_url )282 if ( $redirect_url == $requested_url ) 283 283 return false; 284 284 285 285 // Note that you can use the "redirect_canonical" filter to cancel a canonical redirect for whatever reason by returning FALSE