Changeset 4495 for trunk/wp-content/themes/default/sidebar.php
- Timestamp:
- 11/19/2006 07:56:05 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/sidebar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/sidebar.php
r4171 r4495 25 25 for <?php the_time('F, Y'); ?>.</p> 26 26 27 <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>27 <?php /* If this is a yearly archive */ } elseif (is_year()) { ?> 28 28 <p>You are currently browsing the <a href="<?php bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives 29 29 for the year <?php the_time('Y'); ?>.</p> 30 30 31 <?php /* If this is a monthly archive */ } elseif (is_search()) { ?>31 <?php /* If this is a monthly archive */ } elseif (is_search()) { ?> 32 32 <p>You have searched the <a href="<?php echo bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives 33 33 for <strong>'<?php the_search_query(); ?>'</strong>. If you are unable to find anything in these search results, you can try one of these links.</p>
Note: See TracChangeset
for help on using the changeset viewer.