[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
- Previous message: [wp-cvs] wordpress/wp-includes functions-post.php, 1.34,
1.35 kses.php, 1.13, 1.14 vars.php, 1.45, 1.46
- Next message: [wp-cvs] wordpress/wp-includes classes.php, 1.46,
1.47 template-functions-links.php, 1.50, 1.51
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [wp-cvs] wordpress/wp-includes functions-post.php, 1.34,
1.35 kses.php, 1.13, 1.14 vars.php, 1.45, 1.46
- Next message: [wp-cvs] wordpress/wp-includes classes.php, 1.46,
1.47 template-functions-links.php, 1.50, 1.51
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list