Make WordPress Core

Ticket #60323: 60323.patch

File 60323.patch, 624 bytes (added by hardik2221, 14 months ago)
  • src/wp-includes/class-wp-comment-query.php

    diff --git a/src/wp-includes/class-wp-comment-query.php b/src/wp-includes/class-wp-comment-query.php
    index 9ebddd1c74..e2ea55a22c 100644
    a b class WP_Comment_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 ) ) {