Ticket #3868 (closed defect (bug): fixed)
get_usernumposts does not count private posts for users with read_private_posts
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.2 |
| Component: | General | Version: | 2.1.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
get_usernumposts in wp-includes/user.php only considers published posts; I think it should include private posts in its count when the user has the read_private_posts capability.
NOTE: this patch is dependent on the inclusion of #3861. Unfortunately, my preciousss #3861 was moved to Milestone 2.2 instead of 2.1.2 :(
Attachments
Change History
molecularbear — 5 years ago
-
attachment
user.patch
added
comment:1
markjaquith — 5 years ago
- Keywords has-patch added
- Milestone changed from 2.1.2 to 2.2
Don't worry. 2.2 drops in late April.
Note: See
TracTickets for help on using
tickets.

patch to user.php dependent on #3861