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

git-svn-id: https://develop.svn.wordpress.org/trunk@2152 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2005-01-26 22:46:40 +00:00
parent 5671e81028
commit eb37982a00
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', '');
?>