Don't put query description in sidebar if is_404.

git-svn-id: https://develop.svn.wordpress.org/trunk@2511 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-04-03 05:45:01 +00:00
parent 2047222551
commit c15860e0ba
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@
-->
<li>
<?php /* If this is a category archive */ if (is_category()) { ?>
<?php /* If this is a 404 page */ if (is_404()) { ?>
<?php /* If this is a category archive */ } elseif (is_category()) { ?>
<p>You are currently browsing the archives for the <?php single_cat_title(''); ?> category.</p>
<?php /* If this is a yearly archive */ } elseif (is_day()) { ?>