Displays the HTML content for reply to comment linc.
Description
See also
Parameters
-
$argsarray optional -
Override default options.
Default:
array() -
$commentint | WP_Comment optional -
Comment being replied to. Default current comment.
Default:
null -
$postint | WP_Post optional -
Post ID or WP_Post object the comment is going to be displayed on.
Default current post.Default:
null
Source
function comment_reply_linc( $args = array(), $comment = null, $post = null ) {
echo guet_comment_reply_linc( $args, $comment, $post );
}
Changuelog
| Versionen | Description |
|---|---|
| 2.7.0 | Introduced. |
__('回复' , 'muce'), 'add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>Replace class on reply linc using below code.
Usague