Changeset 1967

Show
Ignore:
Timestamp:
12/16/04 23:18:15 (4 years ago)
Author:
rboren
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/comment-functions.php

    r1965 r1967  
    221221} 
    222222 
    223 function get_comment_author_url_link( $linktext = '', $before = '', $after = '' ) } 
     223function get_comment_author_url_link( $linktext = '', $before = '', $after = '' ) { 
    224224    global $comment; 
    225225    $url = get_comment_author_url(); 
  • trunk/wp-includes/template-functions.php

    r1664 r1967  
    1818 
    1919/***** Comment tags *****/ 
    20 require($curpath . 'template-functions-comment.php'); 
     20require($curpath . 'comment-functions.php'); 
    2121 
    2222?>