Make WordPress Core

Changeset 30623


Ignore:
Timestamp:
11/28/2014 12:28:23 PM (10 years ago)
Author:
DrewAPicture
Message:

4.1 Docs Audit: Fix formatting for changelog entries in count_user_posts() and the get_usernumposts hook.

See #30469.

File:
1 edited

Legend:

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

    r30430 r30623  
    251251 *
    252252 * @since 3.0.0
    253  * @since 4.1.0 Added $post_type parameter.
     253 * @since 4.1.0 Added `$post_type` argument.
    254254 *
    255255 * @global wpdb $wpdb WordPress database object for queries.
     
    270270     *
    271271     * @since 2.7.0
    272      * @since 4.1.0 Added $post_type parameter.
     272     * @since 4.1.0 Added `$post_type` argument.
    273273     *
    274274     * @param int    $count     The user's post count.
Note: See TracChangeset for help on using the changeset viewer.