Changeset 29257
- Timestamp:
- 07/21/2014 03:37:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r29141 r29257 3058 3058 3059 3059 // Comments feeds 3060 if ( $this->is_comment_feed && ( $this->is_archive || ( $this->is_search && ! empty( $q['s'] ) ) || !$this->is_singular )) {3060 if ( $this->is_comment_feed && ! $this->is_singular ) { 3061 3061 if ( $this->is_archive || $this->is_search ) { 3062 3062 $cjoin = "JOIN $wpdb->posts ON ($wpdb->comments.comment_post_ID = $wpdb->posts.ID) $join ";
Note: See TracChangeset
for help on using the changeset viewer.