Changeset 1967
- Timestamp:
- 12/16/04 23:18:15 (4 years ago)
- Files:
-
- trunk/wp-includes/comment-functions.php (modified) (1 diff)
- trunk/wp-includes/template-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/comment-functions.php
r1965 r1967 221 221 } 222 222 223 function get_comment_author_url_link( $linktext = '', $before = '', $after = '' ) }223 function get_comment_author_url_link( $linktext = '', $before = '', $after = '' ) { 224 224 global $comment; 225 225 $url = get_comment_author_url(); trunk/wp-includes/template-functions.php
r1664 r1967 18 18 19 19 /***** Comment tags *****/ 20 require($curpath . ' template-functions-comment.php');20 require($curpath . 'comment-functions.php'); 21 21 22 22 ?>
