| 1571 | | * @type string $add_below The first part of the selector used to identify the comment to respond below. |
| 1572 | | * The resulting value is passed as the first parameter to addComment.moveForm(), |
| 1573 | | * concatenated as $add_below-$comment->comment_ID. Default 'comment'. |
| 1574 | | * @type string $respond_id The selector identifying the responding comment. Passed as the third parameter |
| 1575 | | * to addComment.moveForm(), and appended to the link URL as a hash value. |
| 1576 | | * Default 'respond'. |
| 1577 | | * @type string $reply_text The text of the Reply link. Default 'Reply'. |
| 1578 | | * @type string $login_text The text of the link to reply if logged out. Default 'Log in to Reply'. |
| 1579 | | * @type int $depth' The depth of the new comment. Must be greater than 0 and less than the value |
| 1580 | | * of the 'thread_comments_depth' option set in Settings > Discussion. Default 0. |
| 1581 | | * @type string $before The text or HTML to add before the reply link. Default empty. |
| 1582 | | * @type string $after The text or HTML to add after the reply link. Default empty. |
| | 1571 | * @type string $add_below The first part of the selector used to identify the comment to respond below. |
| | 1572 | * The resulting value is passed as the first parameter to addComment.moveForm(), |
| | 1573 | * concatenated as $add_below-$comment->comment_ID. Default 'comment'. |
| | 1574 | * @type string $respond_id The selector identifying the responding comment. Passed as the third parameter |
| | 1575 | * to addComment.moveForm(), and appended to the link URL as a hash value. |
| | 1576 | * Default 'respond'. |
| | 1577 | * @type string $reply_text The text of the Reply link. Default 'Reply'. |
| | 1578 | * @type string $reply_to_text The aria-label attribute of the Reply link. Default 'Reply to %s'. |
| | 1579 | * @type string $reply_title The title attribute of the Reply link. Default '' (empty). |
| | 1580 | * @type string $login_text The text of the link to reply if logged out. Default 'Log in to Reply'. |
| | 1581 | * @type string $login_title The title attribute of the link if logged out. Default '' (empty). |
| | 1582 | * @type int $depth' The depth of the new comment. Must be greater than 0 and less than the value |
| | 1583 | * of the 'thread_comments_depth' option set in Settings > Discussion. Default 0. |
| | 1584 | * @type string $before The text or HTML to add before the reply link. Default empty. |
| | 1585 | * @type string $after The text or HTML to add after the reply link. Default empty. |