Changeset 8600 for trunk/wp-includes/comment-template.php
- Timestamp:
- 08/09/2008 05:36:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r8543 r8600 666 666 667 667 define('COMMENTS_TEMPLATE', true); 668 668 669 669 $include = apply_filters('comments_template', STYLESHEETPATH . $file ); 670 670 if ( file_exists( $include ) )
Note: See TracChangeset
for help on using the changeset viewer.