#14342 closed defect (bug) (fixed)
posts paging calculation inconsistent
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0.1 |
| Component: | Administration | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| 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)
The default for other pages as well as screen options is 20. Let's standardize on that.
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Related: #14135. Patch on #14135 fixes this ticket as well.