Changeset 2079 for trunk/wp-content/themes/default/sidebar.php
- Timestamp:
- 01/11/2005 01:08:01 AM (21 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
r2042 r2079 13 13 14 14 <li> 15 <?php /* If this is a category archive */ if (is_category()) { ?> 16 <p>You are currently browsing the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives 17 for the '<?php echo single_cat_title(); ?>' category.</p> 15 <?php /* If this is a category archive */ if (is_category()) { ?> 16 <p><?php printf( __('You are currently browsing the %1$s weblog archives for the \'%2$s\' category.'), '<a href="' . get_settings('siteurl') .'">' . get_bloginfo('name') . '</a>', single_cat_title('', false) ) ?></p> 18 17 19 18 <?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
Note: See TracChangeset
for help on using the changeset viewer.