post_reply_link( array $args = array(), int|WP_Post $post = null )
Displays the HTML content for reply to post link.
Description
See also
Parameters
Source
File: wp-includes/comment-template.php
.
View all references
function post_reply_link( $args = array(), $post = null ) {
echo get_post_reply_link( $args, $post );
}
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |