Make WordPress Core


Ignore:
Timestamp:
04/19/2007 10:26:52 PM (19 years ago)
Author:
markjaquith
Message:

Roll tags out of 2.2 -- reverts [5272], [5271], [5257], [5254], [5253], [5251], [5250], [5243], [5235], [5234], [5232], [5231], [5229], [5228], [5217], [5216], [5215], [5213], half of [5210], [5209], [5205], [5203], [5201], [5196], [5184], [5168], [5163], [5162], [5150], [5149], [5148], [5147], [5113], [5112], [5111], and [5110]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/wp-includes/theme.php

    r5149 r5289  
    329329}
    330330
    331 function get_tag_template() {
    332     $template = '';
    333     if ( file_exists(TEMPLATEPATH . "/tag-" . get_query_var('tag') . '.php') )
    334         $template = TEMPLATEPATH . "/tag-" . get_query_var('tag') . '.php';
    335     elseif ( file_exists(TEMPLATEPATH . "/tag.php") )
    336         $template = TEMPLATEPATH . "/tag.php";
    337 
    338     return apply_filters('tag_template', $template);
    339 }
    340 
    341 
    342331function get_date_template() {
    343332    return get_query_template('date');
Note: See TracChangeset for help on using the changeset viewer.