Remove is_search() check that will never be reached. fixes #1076
git-svn-id: https://develop.svn.wordpress.org/trunk@4166 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a28be38534
commit
82c3412199
@ -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(); ?>
|
||||
|
Loading…
Reference in New Issue
Block a user