#8630 closed defect (bug) (fixed)
Wrong Paged Comments Logic
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.7.1 | Priority: | normal |
Severity: | normal | Version: | 2.7 |
Component: | General | Keywords: | previous_comments_link next_comments_link cpage comments paged-comments has-patch |
Focuses: | Cc: |
Description
previous_comments_link and next_comments_link both erroneously assume that an empty cpage query variable value means that the comments page is page 1. This is wrong, because when "last" is the page displayed by default under Settings > Discussion, page 1 is the oldest page of comments, which is not the same as the permalink page (the page where cpage would not be specified, ordinarily).
Fortunately, this doesn't seem to affect anything as there's never any point at which *_comments_link are called but WordPress has not set the cpage query variable.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [10277]) Don't assume page 1 when cpage is empty. Props filosofo. fixes #8630 for trunk