[wp-cvs] wordpress/wp-includes links.php,1.16,1.17

Matthew Mullenweg saxmatt at users.sourceforge.net
Mon Jan 24 08:25:01 GMT 2005


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

Modified Files:
	links.php 
Log Message:
Some Kubrick cleanups

Index: links.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/links.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** links.php	12 Dec 2004 20:41:18 -0000	1.16
--- links.php	24 Jan 2005 08:24:59 -0000	1.17
***************
*** 502,506 ****
  
  			// Display the category name
! 			echo '	<li id="'.sanitize_title($cat['cat_name']).'">' . $cat['cat_name'] . "\n\t<ul>\n";
  			// Call get_links() with all the appropriate params
  			get_links($cat['link_category'],
--- 502,506 ----
  
  			// Display the category name
! 			echo '	<li id="'.sanitize_title($cat['cat_name']).'"><h2>' . $cat['cat_name'] . "</h2>\n\t<ul>\n";
  			// Call get_links() with all the appropriate params
  			get_links($cat['link_category'],



More information about the cvs mailing list