Start marking default theme for translation.

git-svn-id: https://develop.svn.wordpress.org/trunk@2079 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-01-11 01:08:01 +00:00
parent 58e0cd82b7
commit 369a3a6e98
1 changed files with 2 additions and 3 deletions

View File

@ -12,9 +12,8 @@
-->
<li>
<?php /* If this is a category archive */ if (is_category()) { ?>
<p>You are currently browsing the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives
for the '<?php echo single_cat_title(); ?>' category.</p>
<?php /* If this is a category archive */ if (is_category()) { ?>
<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>
<?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
<p>You are currently browsing the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives