Make WordPress Core

Changeset 30182


Ignore:
Timestamp:
11/03/2014 03:07:42 AM (10 years ago)
Author:
wonderboymusic
Message:

In WP_Comment_Query, declare $query_vars and $comments as properties.

See #30224.

File:
1 edited

Legend:

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

    r30122 r30182  
    259259     */
    260260    public $date_query = false;
     261
     262    /**
     263     * @var array
     264     */
     265    public $query_vars;
     266
     267    /**
     268     * @var array
     269     */
     270    public $comments;
    261271
    262272    /**
Note: See TracChangeset for help on using the changeset viewer.