diff --git wp-includes/user.php wp-includes/user.php
index d36bd33..e092155 100644
|
|
function count_user_posts($userid) { |
165 | 165 | * @since 3.0.0 |
166 | 166 | * |
167 | 167 | * @param array $users Array of user IDs. |
168 | | * @param string|array $post_type Optional. Post type to check. Defaults to post. |
| 168 | * @param string $post_type Optional. Post type to check. Defaults to post. |
169 | 169 | * @return array Amount of posts each user has written. |
170 | 170 | */ |
171 | 171 | function count_many_users_posts( $users, $post_type = 'post' ) { |