Make WordPress Core

Ticket #38963: 38963.diff

File 38963.diff, 484 bytes (added by Shelob9, 8 years ago)
  • wp-includes/class-wp-query.php

    diff --git a/wp-includes/class-wp-query.php b/wp-includes/class-wp-query.php
    index 7f3c22a..89aeb97 100644
    a b public function rewind_comments() { 
    32293229         * @since 1.5.0
    32303230         * @access public
    32313231         *
    3232          * @param string $query URL query string.
     3232         * @param string|array $query URL query string or array of arguments for query.
    32333233         * @return array List of posts.
    32343234         */
    32353235        public function query( $query ) {