[wp-cvs] wordpress/wp-includes functions.php,1.130,1.131

Ryan Boren rboren at users.sourceforge.net
Thu Jul 15 23:29:44 UTC 2004


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

Modified Files:
	functions.php 
Log Message:
Add rewrite_rules_array filter point.

Index: functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions.php,v
retrieving revision 1.130
retrieving revision 1.131
diff -C2 -d -r1.130 -r1.131
*** functions.php	13 Jul 2004 17:52:47 -0000	1.130
--- functions.php	15 Jul 2004 23:29:41 -0000	1.131
***************
*** 1339,1342 ****
--- 1339,1343 ----
      $rewrite = $rewrite + $post_rewrite;
  
+     $rewrite = apply_filters('rewrite_rules_array', $rewrite);
      return $rewrite;
  }




More information about the cvs mailing list