Opened 15 months ago
Last modified 13 months ago
#20388 new defect (bug)
?cpage=N URLs do not have canonical redirection
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Canonical | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | cklosowski@… |
Description
?cpage=N URLs aren't redirected to their pretty URL counterparts. They should be.
Change History (2)
comment:2
SergeyBiryukov
— 13 months ago
Seems to work for me as well.
Introduced in #7942:
http://core.trac.wordpress.org/browser/tags/3.3.2/wp-includes/canonical.php#L256
Note: See
TracTickets for help on using
tickets.
Tested on trunk build (3.4-beta4-20838) and this appears to be working.
localhost/wordpress/hello-world?cpage=2 -> localhost/wordpress/hello-world/comment-page-2/ (via a 301 redirect)