From 2c96c289cfc66a43eb5c6fb021e45881bdd4de4c Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Mon, 11 Jan 2016 02:28:27 +0000 Subject: [PATCH] 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 --- wp-includes/comment-template.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index ff44840e97..e1dbd241ef 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 7e40478af1..1412bff65d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.