Changeset 3551

Show
Ignore:
Timestamp:
02/19/06 10:28:09 (3 years ago)
Author:
ryan
Message:

Don't walk rewrite structure when generating comment feed rewrite rules. This fixes a bug uncovered when we switched from unions to merges. Props joshkidd. fixes #2379

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.0/wp-includes/classes.php

    r3484 r3551  
    13221322 
    13231323        // Comments 
    1324         $comments_rewrite = $this->generate_rewrite_rules($this->root . $this->comments_base, true, true, true); 
     1324        $comments_rewrite = $this->generate_rewrite_rules($this->root . $this->comments_base, true, true, true, false); 
    13251325        $comments_rewrite = apply_filters('comments_rewrite_rules', $comments_rewrite); 
    13261326