Opened 14 years ago
Closed 14 years ago
#15998 closed defect (bug) (fixed)
"Show more comments" does not work on edit posts screen if you have comments per page less than 10
Reported by: | greuben | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | major | Version: | 3.1 |
Component: | Comments | Keywords: | has-patch |
Focuses: | Cc: |
Description
Set comments per page to 1 and edit a post with more than one comment. "Show more comments" is not displayed at all. If you have 10 or more comments to that post "Show more comments" is displayed but if you click on it will display "No more comments found."
Attachments (3)
Change History (9)
#2
@
14 years ago
- Component changed from Administration to Comments
- Milestone changed from Awaiting Review to 3.1
- Version set to 3.1
Note: See
TracTickets for help on using
tickets.
It's a regression.
But I think, that we shouldn't use
edit_comments_per_page
here, because 100 comments on the post page would be to much, but rather use the old fix value10
. I attached a patch with my idea.