Ticket #3868 (closed defect (bug): fixed)

Opened 5 years ago

Last modified 5 years ago

get_usernumposts does not count private posts for users with read_private_posts

Reported by: molecularbear Owned by: rob1n
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

user.patch Download (501 bytes) - added by molecularbear 5 years ago.
patch to user.php dependent on #3861

Change History

patch to user.php dependent on #3861

  • Keywords has-patch added
  • Milestone changed from 2.1.2 to 2.2

Don't worry. 2.2 drops in late April.

  • Owner changed from anonymous to ryan
  • Owner changed from ryan to rob1n
  • Status changed from new to closed
  • Resolution set to fixed

(In [5190]) Add private posts to get_usernumposts() when the current_user_can read_private_posts. Props molecularbear. fixes #3868

Note: See TracTickets for help on using tickets.