[wp-cvs] wordpress/wp-content/themes/default sidebar.php,1.3,1.4
Ryan Boren
rboren at users.sourceforge.net
Tue Jan 11 01:08:04 GMT 2005
Update of /cvsroot/cafelog/wordpress/wp-content/themes/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12350
Modified Files:
sidebar.php
Log Message:
Start marking default theme for translation.
Index: sidebar.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-content/themes/default/sidebar.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** sidebar.php 4 Jan 2005 06:39:38 -0000 1.3
--- sidebar.php 11 Jan 2005 01:08:01 -0000 1.4
***************
*** 13,19 ****
<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 yearly archive */ } elseif (is_day()) { ?>
--- 13,18 ----
<li>
! <?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()) { ?>
More information about the cvs
mailing list