Add link filters for bug 743 (hat tip to morganiq). More abstraction and flexibility in WP_Rewrite.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2152 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren
2005-01-26 22:46:40 +00:00
parent 10792f3274
commit 84f2d4264c
3 changed files with 115 additions and 72 deletions

View File

@@ -114,4 +114,6 @@ function shutdown_action_hook() {
}
register_shutdown_function('shutdown_action_hook');
// Everything is loaded.
do_action('init', '');
?>