Displays the HTML content for reply to comment link.
Description
See also
Parameters
$args
arrayoptional- Override default options.
Default:
array()
$comment
int|WP_Commentoptional- Comment being replied to. Default current comment.
Default:
null
$post
int|WP_Postoptional- Post ID or WP_Post object the comment is going to be displayed on.
Default current post.Default:
null
Source
function comment_reply_link( $args = array(), $comment = null, $post = null ) {
echo get_comment_reply_link( $args, $comment, $post );
}
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |
__('回复' , 'muze'), 'add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
Replace class on reply link using below code.
Usage