Skip to content

Commit 86d4ac2

Browse files
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
1 parent 5139923 commit 86d4ac2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/class-wp-comment-query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ public function __construct( $query = '' ) {
329329
*
330330
* @since 4.2.0 Extracted from WP_Comment_Query::query().
331331
*
332-
* @param string|array $query WP_Comment_Query arguments. See WP_Comment_Query::__construct()
332+
* @param string|array $query WP_Comment_Query arguments. See WP_Comment_Query::__construct().
333333
*/
334334
public function parse_query( $query = '' ) {
335335
if ( empty( $query ) ) {

0 commit comments

Comments
 (0)