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.
Built from https://develop.svn.wordpress.org/trunk@57342


git-svn-id: https://core.svn.wordpress.org/trunk@56848 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
SergeyBiryukov committed Jan 23, 2024
1 parent 2f01e69 commit ed25fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ed25fda

Please sign in to comment.