Opened 13 years ago
Last modified 5 years ago
#20388 new defect (bug)
?cpage=N URLs do not have canonical redirection
Reported by: | markjaquith | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Canonical | Keywords: | has-patch |
Focuses: | Cc: |
Description
?cpage=N URLs aren't redirected to their pretty URL counterparts. They should be.
Attachments (1)
Change History (6)
#2
@
12 years 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)