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.