Changeset 2511
- Timestamp:
- 04/03/2005 05:45:01 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/sidebar.php
r2390 r2511 13 13 14 14 <li> 15 <?php /* If this is a category archive */ if (is_category()) { ?> 15 <?php /* If this is a 404 page */ if (is_404()) { ?> 16 <?php /* If this is a category archive */ } elseif (is_category()) { ?> 16 17 <p>You are currently browsing the archives for the <?php single_cat_title(''); ?> category.</p> 17 18
Note: See TracChangeset
for help on using the changeset viewer.