[wp-cvs] wordpress wp-settings.php,1.66,1.67

Ryan Boren rboren at users.sourceforge.net
Wed Jan 26 22:46:42 GMT 2005


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

Modified Files:
	wp-settings.php 
Log Message:
Add link filters for bug 743 (hat tip to morganiq).  More abstraction and flexibility in WP_Rewrite.

Index: wp-settings.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-settings.php,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** wp-settings.php	15 Jan 2005 00:09:25 -0000	1.66
--- wp-settings.php	26 Jan 2005 22:46:39 -0000	1.67
***************
*** 115,117 ****
--- 115,119 ----
  register_shutdown_function('shutdown_action_hook');
  
+ // Everything is loaded.
+ do_action('init', '');
  ?>
\ No newline at end of file



More information about the cvs mailing list