Changeset 3527

Show
Ignore:
Timestamp:
02/14/06 01:30:14 (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
  • trunk/wp-includes/classes.php

    r3519 r3527  
    13091309 
    13101310        // Comments 
    1311         $comments_rewrite = $this->generate_rewrite_rules($this->root . $this->comments_base, true, true, true); 
     1311        $comments_rewrite = $this->generate_rewrite_rules($this->root . $this->comments_base, true, true, true, false); 
    13121312        $comments_rewrite = apply_filters('comments_rewrite_rules', $comments_rewrite); 
    13131313