Make WordPress Core

Changeset 36327


Ignore:
Timestamp:
01/15/2016 08:13:33 PM (9 years ago)
Author:
boonebgorges
Message:

Correct documentation for post_author param of WP_Comment_Query.

Props chriscct7.
Fixes #35481.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-comment-query.php

    r36326 r36327  
    220220     *     @type array        $post__not_in              Array of post IDs to exclude affiliated comments for.
    221221     *                                                   Default empty.
    222      *     @type int          $post_author               Comment author ID to limit results by. Default empty.
     222     *     @type int          $post_author               Post author ID to limit results by. Default empty.
    223223     *     @type string       $post_status               Post status to retrieve affiliated comments for.
    224224     *                                                   Default empty.
Note: See TracChangeset for help on using the changeset viewer.