Make WordPress Core

Changeset 4166


Ignore:
Timestamp:
09/07/2006 12:25:48 AM (18 years ago)
Author:
ryan
Message:

Remove is_search() check that will never be reached. fixes #1076

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/archive.php

    r3517 r4166  
    1717        <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
    1818        <h2 class="pagetitle">Archive for <?php the_time('Y'); ?></h2>
    19 
    20       <?php /* If this is a search */ } elseif (is_search()) { ?>
    21         <h2 class="pagetitle">Search Results</h2>
    2219
    2320      <?php /* If this is an author archive */ } elseif (is_author()) { ?>
Note: See TracChangeset for help on using the changeset viewer.