Make WordPress Core


Ignore:
Timestamp:
01/06/2012 06:31:43 PM (14 years ago)
Author:
duck_
Message:

Fix mistakes in parameter documentation and add some missing param docs. See #19756.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/user.php

    r19695 r19702  
    165165 *
    166166 * @since 3.0.0
    167  * @param array $user_ids Array of user IDs.
     167 *
     168 * @param array $users Array of user IDs.
    168169 * @param string|array $post_type Optional. Post type to check. Defaults to post.
    169170 * @return array Amount of posts each user has written.
    170171 */
    171 function count_many_users_posts($users, $post_type = 'post' ) {
     172function count_many_users_posts( $users, $post_type = 'post' ) {
    172173    global $wpdb;
    173174
Note: See TracChangeset for help on using the changeset viewer.