From ed25fda85efe48743876247f8e0115a0de8d0716 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 23 Jan 2024 22:28:15 +0000 Subject: [PATCH] Docs: Add missing full stop in `WP_Comment_Query::parse_query()` DocBlock. Props hardik2221. Fixes #60323. Built from https://develop.svn.wordpress.org/trunk@57342 git-svn-id: https://core.svn.wordpress.org/trunk@56848 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 9ebddd1c74..e2ea55a22c 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 4d3a6f710b..e5910c4e1b 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.