Make WordPress Core


Ignore:
Timestamp:
01/11/2005 01:08:01 AM (21 years ago)
Author:
rboren
Message:

Start marking default theme for translation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/sidebar.php

    r2042 r2079  
    1313
    1414            <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>
    1817           
    1918            <?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
Note: See TracChangeset for help on using the changeset viewer.