Make WordPress Core

Changeset 36256


Ignore:
Timestamp:
01/11/2016 02:27:43 AM (9 years ago)
Author:
boonebgorges
Message:

Add missing param to 'comments_template_query_args'.

As introduced in [36235].

Props birgire.
See #34442.

File:
1 edited

Legend:

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

    r36235 r36256  
    13491349     *     @type string       $order                     Order of results. Accepts 'ASC' or 'DESC'.
    13501350     *     @type string       $status                    Comment status.
     1351     *     @type array        $include_unapproved        Array of IDs or email addresses whose unapproved comments
     1352     *                                                   will be included in results.
    13511353     *     @type int          $post_id                   ID of the post.
    13521354     *     @type bool         $no_found_rows             Whether to refrain from querying for found rows.
Note: See TracChangeset for help on using the changeset viewer.