diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index af375c533f..79b51c1a98 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -1881,6 +1881,7 @@ function wp_list_comments( $args = array(), $comments = null ) { * @since 3.0.0 * @since 4.1.0 Introduced the 'class_submit' argument. * @since 4.2.0 Introduced 'submit_button' and 'submit_fields' arguments. + * @since 4.4.0 Introduced 'title_reply_before' and 'title_reply_after' arguments. * * @param array $args { * Optional. Default arguments and form fields to override. @@ -1905,6 +1906,10 @@ function wp_list_comments( $args = array(), $comments = null ) { * @type string $title_reply The translatable 'reply' button label. Default 'Leave a Reply'. * @type string $title_reply_to The translatable 'reply-to' button label. Default 'Leave a Reply to %s', * where %s is the author of the comment being replied to. + * @type string $title_reply_before HTML displayed before the comment form title. + * Default: '