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

Ryan Boren rboren at users.sourceforge.net
Wed Jan 26 22:49:20 GMT 2005


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

Modified Files:
	template-functions-category.php 
Log Message:
Add category_link filter.

Index: template-functions-category.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/template-functions-category.php,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** template-functions-category.php	21 Jan 2005 03:06:56 -0000	1.48
--- template-functions-category.php	26 Jan 2005 22:49:18 -0000	1.49
***************
*** 40,43 ****
--- 40,44 ----
  			$catlink = get_settings('home') . trailingslashit($catlink);
      }
+ 		$catlink = apply_filters('category_link', $catlink);
      if ($echo) echo $catlink;
      return $catlink;



More information about the cvs mailing list