Changeset 6956 for trunk/wp-includes/classes.php
- Timestamp:
- 02/21/2008 08:47:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r6940 r6956 270 270 global $wp_the_query; 271 271 $this->build_query_string(); 272 if( $this->did_permalink && $this->query_vars['error'] == '404' ){273 $wp_the_query->parse_query($query);274 return;275 }276 272 $wp_the_query->query($this->query_vars); 277 273 }
Note: See TracChangeset
for help on using the changeset viewer.