Make WordPress Core


Ignore:
Timestamp:
06/30/2004 03:31:49 PM (20 years ago)
Author:
rboren
Message:

Add WP_Query_State class. Introduce is_single(), is_archive(), and friends.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-blog-header.php

    r1443 r1449  
    148148$query_string = apply_filters('query_string', $query_string);
    149149
     150$wp_query_state->parse_query($query_string);
     151
    150152// Update some caches.
    151153update_category_cache();
Note: See TracChangeset for help on using the changeset viewer.