Changeset 19702 for trunk/wp-includes/user.php
- Timestamp:
- 01/06/2012 06:31:43 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/user.php
r19695 r19702 165 165 * 166 166 * @since 3.0.0 167 * @param array $user_ids Array of user IDs. 167 * 168 * @param array $users Array of user IDs. 168 169 * @param string|array $post_type Optional. Post type to check. Defaults to post. 169 170 * @return array Amount of posts each user has written. 170 171 */ 171 function count_many_users_posts( $users, $post_type = 'post' ) {172 function count_many_users_posts( $users, $post_type = 'post' ) { 172 173 global $wpdb; 173 174
Note: See TracChangeset
for help on using the changeset viewer.