Make WordPress Core


Ignore:
Timestamp:
02/27/2024 10:27:08 AM (14 months ago)
Author:
swissspidy
Message:

Docs: Improve wording and add missing full stops in a few docblocks.

Props shailu25, sabernhardt.
Fixes #60323.

File:
1 edited

Legend:

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

    r57648 r57719  
    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() for accepted arguments.
    333333     */
    334334    public function parse_query( $query = '' ) {
Note: See TracChangeset for help on using the changeset viewer.