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

git-svn-id: http://svn.automattic.com/wordpress/trunk@4166 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-09-07 00:25:48 +00:00
parent ebbcf250d5
commit 25b7a56d8b
1 changed files with 1 additions and 4 deletions

View File

@ -17,9 +17,6 @@
<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<h2 class="pagetitle">Archive for <?php the_time('Y'); ?></h2>
<?php /* If this is a search */ } elseif (is_search()) { ?>
<h2 class="pagetitle">Search Results</h2>
<?php /* If this is an author archive */ } elseif (is_author()) { ?>
<h2 class="pagetitle">Author Archive</h2>
@ -65,4 +62,4 @@
<?php get_sidebar(); ?>
<?php get_footer(); ?>
<?php get_footer(); ?>