Changeset 38117
- Timestamp:
- 07/20/2016 03:06:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r38001 r38117 152 152 * `$hierarchical`, and `$update_comment_post_cache` were added. 153 153 * @since 4.5.0 Introduced the `$author_url` argument. 154 * @since 4.6.0 Introduced the `$cache_domain` argument. 154 155 * @access public 155 156 * … … 251 252 * `$fields` is 'ids' or 'counts'. Accepts 'threaded', 252 253 * 'flat', or false. Default: false. 254 * @type string $cache_domain Unique cache key to be produced when this query is stored in 255 * an object cache. Default is 'core'. 253 256 * @type bool $update_comment_meta_cache Whether to prime the metadata cache for found comments. 254 257 * Default true. … … 300 303 'date_query' => null, // See WP_Date_Query 301 304 'hierarchical' => false, 305 'cache_domain' => 'core', 302 306 'update_comment_meta_cache' => true, 303 307 'update_comment_post_cache' => false,
Note: See TracChangeset
for help on using the changeset viewer.