Changeset 25683
- Timestamp:
- 10/03/2013 03:14:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r25659 r25683 329 329 // We're showing a feed, so WP is indeed the only thing that last changed 330 330 if ( !empty($this->query_vars['withcomments']) 331 || false !== strpos( $this->query_vars['feed'], 'comments-' ) 331 332 || ( empty($this->query_vars['withoutcomments']) 332 333 && ( !empty($this->query_vars['p'])
Note: See TracChangeset
for help on using the changeset viewer.