Changeset 3551
- Timestamp:
- 02/19/06 10:28:09 (3 years ago)
- Files:
-
- branches/2.0/wp-includes/classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/classes.php
r3484 r3551 1322 1322 1323 1323 // 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); 1325 1325 $comments_rewrite = apply_filters('comments_rewrite_rules', $comments_rewrite); 1326 1326
