summaryrefslogtreecommitdiffstats
path: root/wp-includes/rewrite.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-13 09:27:15 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-13 09:27:15 +0000
commitbb1e6055fe18618f9274e2d23d4b1e72b7243797 (patch)
treebd799756c88ec5bc5e5ca4c2b60db6ef49996c42 /wp-includes/rewrite.php
parentf41f35fc323e7aae3f8c9d7e696eb54e306cc679 (diff)
downloadwordpress-mu-bb1e6055fe18618f9274e2d23d4b1e72b7243797.tar.gz
wordpress-mu-bb1e6055fe18618f9274e2d23d4b1e72b7243797.tar.xz
wordpress-mu-bb1e6055fe18618f9274e2d23d4b1e72b7243797.zip
WP Merge to rev 4186
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@744 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/rewrite.php')
-rw-r--r--wp-includes/rewrite.php2
1 files changed, 1 insertions, 1 deletions
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;