Add missing param to 'comments_template_query_args'.

As introduced in [36235].

Props birgire.
See #34442.
Built from https://develop.svn.wordpress.org/trunk@36256


git-svn-id: http://core.svn.wordpress.org/trunk@36223 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2016-01-11 02:28:27 +00:00
parent d63ae29fac
commit 2c96c289cf
2 changed files with 3 additions and 1 deletions

View File

@ -1348,6 +1348,8 @@ function comments_template( $file = '/comments.php', $separate_comments = false
* @type string|array $orderby Field(s) to order by.
* @type string $order Order of results. Accepts 'ASC' or 'DESC'.
* @type string $status Comment status.
* @type array $include_unapproved Array of IDs or email addresses whose unapproved comments
* will be included in results.
* @type int $post_id ID of the post.
* @type bool $no_found_rows Whether to refrain from querying for found rows.
* @type bool $update_comment_meta_cache Whether to prime cache for comment meta.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-36255';
$wp_version = '4.5-alpha-36256';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.