Make WordPress Core

Changeset 3551


Ignore:
Timestamp:
02/19/2006 10:28:09 AM (19 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.