Make WordPress Core

Changeset 57342

Timestamp:
01/23/2024 10:26:19 PM (7 months ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing full stop in WP_Comment_Query::parse_query() DocBlock.

Props hardik2221.
Fixes #60323.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-comment-query.php

    r56549 r57342  
    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 = '' ) {
Note: See TracChangeset for help on using the changeset viewer.