Make WordPress Core


Ignore:
Timestamp:
03/31/2007 06:16:12 AM (18 years ago)
Author:
matt
Message:

All the query stuff we need for tag= URLs to work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-loader.php

    r5104 r5149  
    3434        return;
    3535    } else if ( is_category() && $template = get_category_template()) {
     36        include($template);
     37        return;
     38    } else if ( is_tag() && $template = get_tag_template()) {
    3639        include($template);
    3740        return;
Note: See TracChangeset for help on using the changeset viewer.