From 4a171993edba3302129adeb69f2142400a7b56f1 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 3 Mar 2016 16:02:27 +0000 Subject: [PATCH] Docs: Standardize the changelog entry for the new `$author_url` argument, introduced in [36224]. See #35377. See #35986. Built from https://develop.svn.wordpress.org/trunk@36834 git-svn-id: http://core.svn.wordpress.org/trunk@36801 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-comment-query.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-comment-query.php b/wp-includes/class-wp-comment-query.php index 824fc58fdf..eae452f542 100644 --- a/wp-includes/class-wp-comment-query.php +++ b/wp-includes/class-wp-comment-query.php @@ -150,7 +150,7 @@ class WP_Comment_Query { * @since 4.4.0 `$parent__in` and `$parent__not_in` were added. * @since 4.4.0 Order by `comment__in` was added. `$update_comment_meta_cache`, `$no_found_rows`, * `$hierarchical`, and `$update_comment_post_cache` were added. - * @since 4.5.0 `$author_url` was added. + * @since 4.5.0 Introduced the `$author_url` argument. * @access public * * @param string|array $query { diff --git a/wp-includes/version.php b/wp-includes/version.php index b63a602fe4..a001a48e7d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta2-36833'; +$wp_version = '4.5-beta2-36834'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.