[wp-cvs] wordpress/wp-includes template-functions-category.php, 1.30, 1.31

Ryan Boren rboren at users.sourceforge.net
Mon May 31 17:09:41 CDT 2004


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

Modified Files:
	template-functions-category.php 
Log Message:
Apply the list_cats filter to the cat name.  Credit: Jaykul.  http://wordpress.org/support/4/6242

Index: template-functions-category.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/template-functions-category.php,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** template-functions-category.php	27 May 2004 21:19:37 -0000	1.30
--- template-functions-category.php	31 May 2004 22:09:38 -0000	1.31
***************
*** 352,356 ****
  			}
  			$link .= '>';
! 			$link .= stripslashes($category->cat_name).'</a>';
  
  			if ( (! empty($feed_image)) || (! empty($feed)) ) {
--- 352,356 ----
  			}
  			$link .= '>';
! 			$link .= apply_filters('list_cats', stripslashes($category->cat_name)).'</a>';
  
  			if ( (! empty($feed_image)) || (! empty($feed)) ) {




More information about the cvs mailing list