Update phpdoc for count_many_users_posts(). Props willmot. fixes #21640

git-svn-id: http://core.svn.wordpress.org/trunk@21747 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ryan Boren 2012-09-04 21:07:27 +00:00
parent fbfa90a2f1
commit 38c261bc37
1 changed files with 1 additions and 1 deletions

View File

@ -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' ) {