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:
parent
a3abf9c89f
commit
e7865d0001
|
@ -329,7 +329,7 @@ class WP_Comment_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 ) ) {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue