Changeset 3527
- Timestamp:
- 02/14/06 01:30:14 (3 years ago)
- Files:
-
- trunk/wp-includes/classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/classes.php
r3519 r3527 1309 1309 1310 1310 // 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); 1312 1312 $comments_rewrite = apply_filters('comments_rewrite_rules', $comments_rewrite); 1313 1313
