From f0b2a4f8aa4dd168297669dafab024c4258c3feb Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 4 Sep 2012 21:07:27 +0000 Subject: [PATCH] Update phpdoc for count_many_users_posts(). Props willmot. fixes #21640 git-svn-id: https://develop.svn.wordpress.org/trunk@21747 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/user.php b/wp-includes/user.php index d36bd33702..e0921554b0 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -165,7 +165,7 @@ function count_user_posts($userid) { * @since 3.0.0 * * @param array $users Array of user IDs. - * @param string|array $post_type Optional. Post type to check. Defaults to post. + * @param string $post_type Optional. Post type to check. Defaults to post. * @return array Amount of posts each user has written. */ function count_many_users_posts( $users, $post_type = 'post' ) {