diff --git a/wp-includes/class-wp-comment-query.php b/wp-includes/class-wp-comment-query.php index 9ebddd1c74e..e2ea55a22c2 100644 --- a/wp-includes/class-wp-comment-query.php +++ b/wp-includes/class-wp-comment-query.php @@ -329,7 +329,7 @@ public function __construct( $query = '' ) { * * @since 4.2.0 Extracted from WP_Comment_Query::query(). * - * @param string|array $query WP_Comment_Query arguments. See WP_Comment_Query::__construct() + * @param string|array $query WP_Comment_Query arguments. See WP_Comment_Query::__construct(). */ public function parse_query( $query = '' ) { if ( empty( $query ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 4d3a6f710bf..e5910c4e1b5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57341'; +$wp_version = '6.5-alpha-57342'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.