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: http://core.svn.wordpress.org/trunk@56848 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-01-23 22:28:15 +00:00
parent a3abf9c89f
commit e7865d0001
2 changed files with 2 additions and 2 deletions

View File

@ -329,7 +329,7 @@ class WP_Comment_Query {
* *
* @since 4.2.0 Extracted from WP_Comment_Query::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 = '' ) { public function parse_query( $query = '' ) {
if ( empty( $query ) ) { if ( empty( $query ) ) {

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.