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