667c667
< 	$include = apply_filters('comments_template', TEMPLATEPATH . $file );
---
> 	$include = apply_filters('comments_template', STYLESHEETPATH . $file );
669a670,671
> 	elseif( TEMPLATEPATH == STYLESHEETPATH && file_exists(TEMPLATEPATH . $file) )
> 		require( TEMPLATEPATH . $file );

