diff --git a/index.php b/index.php index e998189..8ecef70 100644 --- a/index.php +++ b/index.php @@ -43,6 +43,8 @@ function add_filters() { function remove_filters() { remove_filter('posts_request', array(&$this, 'create_and_unionize_select_statements') ); remove_filter('posts_fields', array(&$this, 'add_site_ID_to_posts_fields') ); + remove_action('the_post', array(&$this, 'switch_to_blog_while_in_loop')); + }