[wp-cvs] wordpress/wp-includes template-functions-links.php, 1.48, 1.49

Matthew Mullenweg saxmatt at users.sourceforge.net
Sat Jan 22 03:45:37 GMT 2005


Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18060/wp-includes

Modified Files:
	template-functions-links.php 
Log Message:
More escaping of description and cleaner default feed URIs.

Index: template-functions-links.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/template-functions-links.php,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** template-functions-links.php	14 Jan 2005 23:43:20 -0000	1.48
--- template-functions-links.php	22 Jan 2005 03:45:34 -0000	1.49
***************
*** 188,192 ****
              $output = $feed_url .'/wp-commentsrss2.php';
              if ($do_perma) {
!                 $output = $comment_feed_url . '/rss2/';
              }
              break;
--- 188,192 ----
              $output = $feed_url .'/wp-commentsrss2.php';
              if ($do_perma) {
!                 $output = $comment_feed_url . '/';
              }
              break;
***************
*** 195,199 ****
              $output = $feed_url .'/wp-rss2.php';
              if ($do_perma) {
!                 $output = $feed_url . '/rss2/';
              }
              break;
--- 195,199 ----
              $output = $feed_url .'/wp-rss2.php';
              if ($do_perma) {
!                 $output = $feed_url . '/';
              }
              break;



More information about the cvs mailing list