[wp-cvs] wordpress/wp-content/themes/classic sidebar.php,1.2,1.3
Matthew Mullenweg
saxmatt at users.sourceforge.net
Mon Jan 24 10:06:54 GMT 2005
Update of /cvsroot/cafelog/wordpress/wp-content/themes/classic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4717/wp-content/themes/classic
Modified Files:
sidebar.php
Log Message:
Fix for site-admin / register link - http://mosquito.wordpress.org/view.php?id=603
Index: sidebar.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-content/themes/classic/sidebar.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sidebar.php 14 Jan 2005 06:18:46 -0000 1.2
--- sidebar.php 24 Jan 2005 10:06:52 -0000 1.3
***************
*** 27,31 ****
<li id="meta"><?php _e('Meta:'); ?>
<ul>
! <li><?php wp_register(); ?></li>
<li><?php wp_loginout(); ?></li>
<li><a href="feed:<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
--- 27,31 ----
<li id="meta"><?php _e('Meta:'); ?>
<ul>
! <?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="feed:<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
More information about the cvs
mailing list