Ticket #12984: use-twentyten-comments-template.patch
| File use-twentyten-comments-template.patch, 453 bytes (added by zeo, 3 years ago) |
|---|
-
wp-includes/comment-template.php
890 890 elseif ( file_exists( TEMPLATEPATH . $file ) ) 891 891 require( TEMPLATEPATH . $file ); 892 892 else 893 require( get_theme_root() . '/ default/comments.php');893 require( get_theme_root() . '/twentyten/comments.php'); 894 894 } 895 895 896 896 /**