From 86d4ac2815bd5a303a641c71cf00922942c64fcb Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 23 Jan 2024 22:26:19 +0000 Subject: [PATCH] Docs: Add missing full stop in `WP_Comment_Query::parse_query()` DocBlock. Props hardik2221. Fixes #60323. git-svn-id: https://develop.svn.wordpress.org/trunk@57342 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-comment-query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-comment-query.php b/src/wp-includes/class-wp-comment-query.php index 9ebddd1c74e15..e2ea55a22c2c6 100644 --- a/src/wp-includes/class-wp-comment-query.php +++ b/src/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 ) ) {