From 8a663f2f2580902ec0de59ab8dfc5f5ffeb327a5 Mon Sep 17 00:00:00 2001 From: rboren Date: Thu, 16 Dec 2004 23:18:15 +0000 Subject: [PATCH] Fix include of comment-functions.php. Bug 554. git-svn-id: http://svn.automattic.com/wordpress/trunk@1967 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/comment-functions.php | 2 +- wp-includes/template-functions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/comment-functions.php b/wp-includes/comment-functions.php index 82b5a13f3..ad3a5f6d7 100644 --- a/wp-includes/comment-functions.php +++ b/wp-includes/comment-functions.php @@ -220,7 +220,7 @@ function comment_author_email_link($linktext='', $before='', $after='') { } } -function get_comment_author_url_link( $linktext = '', $before = '', $after = '' ) } +function get_comment_author_url_link( $linktext = '', $before = '', $after = '' ) { global $comment; $url = get_comment_author_url(); $display = ($linktext != '') ? $linktext : $url; diff --git a/wp-includes/template-functions.php b/wp-includes/template-functions.php index d4e813a9b..43e27f38a 100644 --- a/wp-includes/template-functions.php +++ b/wp-includes/template-functions.php @@ -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'); ?> \ No newline at end of file