mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Start marking default theme for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2079 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
15b84de271
commit
d1db85ccf2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user