Changeset 4568
- Timestamp:
- 12/01/06 03:30:26 (2 years ago)
- Files:
-
- trunk/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/comment-template.php
r4498 r4568 291 291 } 292 292 293 $comments = apply_filters( 'comments_array', $comments, $post->ID ); 294 293 295 define('COMMENTS_TEMPLATE', true); 294 296 $include = apply_filters('comments_template', TEMPLATEPATH . $file );
