#14342 closed defect (bug) (fixed)
posts paging calculation inconsistent
Reported by: | wpmuguru | Owned by: | |
---|---|---|---|
Milestone: | 3.0.1 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
In wp-admin/edit.php, the default posts per page is 20. In wp-admin/includes/post.php the default is 15. With the defaults and no filters applied, the edit post screen shows 15 posts.
In my test install on the edit posts screen, I have 56 posts, 4 pages (of posts) & on the 4th page the paging area shows "61 - 56 of 56 posts".
The attached patch changes the 20 in wp-admin/edit.php to 15.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Related: #14135. Patch on #14135 fixes this ticket as well.