From bb1e6055fe18618f9274e2d23d4b1e72b7243797 Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 13 Sep 2006 09:27:15 +0000 Subject: WP Merge to rev 4186 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@744 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/rewrite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-includes/rewrite.php') diff --git a/wp-includes/rewrite.php b/wp-includes/rewrite.php index 7865351..75445f8 100644 --- a/wp-includes/rewrite.php +++ b/wp-includes/rewrite.php @@ -735,7 +735,7 @@ class WP_Rewrite { // Put them together. $this->rules = array_merge($robots_rewrite, $page_rewrite, $root_rewrite, $comments_rewrite, $search_rewrite, $category_rewrite, $author_rewrite, $date_rewrite, $post_rewrite, $this->extra_rules); - do_action('generate_rewrite_rules', array(&$this)); + do_action_ref_array('generate_rewrite_rules', array(&$this)); $this->rules = apply_filters('rewrite_rules_array', $this->rules); return $this->rules; -- cgit