Fix include of comment-functions.php. Bug 554.

git-svn-id: https://develop.svn.wordpress.org/trunk@1967 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2004-12-16 23:18:15 +00:00
parent 8515151df6
commit 59c3fe5b65
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,6 +17,6 @@ require($curpath . 'template-functions-post.php');
require($curpath . 'template-functions-category.php');
/***** Comment tags *****/
require($curpath . 'template-functions-comment.php');
require($curpath . 'comment-functions.php');
?>