Skip to content

Commit

Permalink
Docs: Add missing full stop in WP_Comment_Query::parse_query() DocB…
Browse files Browse the repository at this point in the history
…lock.

Props hardik2221.
Fixes #60323.

git-svn-id: https://develop.svn.wordpress.org/trunk@57342 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Jan 23, 2024
1 parent 5139923 commit 86d4ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/class-wp-comment-query.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) ) {
Expand Down

0 comments on commit 86d4ac2

Please sign in to comment.