Index: wp-includes/classes.php =================================================================== --- wp-includes/classes.php (revision 3504) +++ wp-includes/classes.php (working copy) @@ -1321,7 +1321,7 @@ $root_rewrite = apply_filters('root_rewrite_rules', $root_rewrite); // Comments - $comments_rewrite = $this->generate_rewrite_rules($this->root . $this->comments_base, true, true, true); + $comments_rewrite = $this->generate_rewrite_rules($this->root . $this->comments_base, true, true, true, false); $comments_rewrite = apply_filters('comments_rewrite_rules', $comments_rewrite); // Search