[wp-cvs] wordpress/wp-content/themes/classic sidebar.php,1.1,1.2

Matthew Mullenweg saxmatt at users.sourceforge.net
Fri Jan 14 06:18:49 GMT 2005


Update of /cvsroot/cafelog/wordpress/wp-content/themes/classic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11211/wp-content/themes/classic

Modified Files:
	sidebar.php 
Log Message:
Conditional support for feed:

Index: sidebar.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-content/themes/classic/sidebar.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** sidebar.php	4 Jan 2005 05:20:05 -0000	1.1
--- sidebar.php	14 Jan 2005 06:18:46 -0000	1.2
***************
*** 29,34 ****
  		<li><?php wp_register(); ?></li>
  		<li><?php wp_loginout(); ?></li>
! 		<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
! 		<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
  		<li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li>
  		<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
--- 29,34 ----
  		<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>
! 		<li><a href="feed:<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
  		<li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li>
  		<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>



More information about the cvs mailing list