Changeset 17528
- Timestamp:
- 03/22/2011 08:27:45 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r17526 r17528 2898 2898 $this->queried_object = $term; 2899 2899 $this->queried_object_id = (int) $term->term_id; 2900 2901 if ( $this->is_category ) 2902 _make_cat_compat( $this->queried_object ); 2900 2903 } 2901 2904 } elseif ( $this->is_post_type_archive ) {
Note: See TracChangeset
for help on using the changeset viewer.