Don't put query description in sidebar if is_404.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2511 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-04-03 05:45:01 +00:00
parent d27f6e58e6
commit 7ee667d4a9
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()) { ?>