mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
In WP_Comment_Query, declare $query_vars and $comments as properties.
See #30224. git-svn-id: https://develop.svn.wordpress.org/trunk@30182 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -259,6 +259,16 @@ class WP_Comment_Query {
|
||||
*/
|
||||
public $date_query = false;
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
public $query_vars;
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
public $comments;
|
||||
|
||||
/**
|
||||
* Make private/protected methods readable for backwards compatibility.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user