| 1 | | Patch forthcoming. |
| | 1 | The attached patch documents the following hooks in comment-template.php: |
| | 2 | |
| | 3 | Filters: |
| | 4 | * `get_comment_author` |
| | 5 | * `'comment_author` |
| | 6 | * `get_comment_author_email` |
| | 7 | * `author_email` |
| | 8 | * `comment_email` |
| | 9 | * `get_comment_author_link` |
| | 10 | * `get_comment_author_IP` |
| | 11 | * `comment_url` |
| | 12 | * `get_comment_author_url_link` |
| | 13 | * `comment_class` |
| | 14 | * `get_comment_date` |
| | 15 | * `comment_excerpt` |
| | 16 | * `get_comment_ID` |
| | 17 | * `get_comment_link` |
| | 18 | * `get_comments_link` |
| | 19 | * `get_comments_number` |
| | 20 | * `comments_number` |
| | 21 | * `get_comment_time` |
| | 22 | * `get_comment_type` |
| | 23 | * `trackback_url` |
| | 24 | * `comments_open` |
| | 25 | * `comments_array` |
| | 26 | * `comments_template` |
| | 27 | * `comments_popup_link_attributes` |
| | 28 | * `post_comments_link` |
| | 29 | * `cancel_comment_reply_link` |
| | 30 | * `comment_id_fields` |
| | 31 | * `comment_form_default_fields` |
| | 32 | * `comment_form_defaults` |
| | 33 | * `comment_form_logged_in` |
| | 34 | * `comment_form_field_$name` |
| | 35 | * `comment_form_field_comment` |
| | 36 | |
| | 37 | Actions: |
| | 38 | * `comment_form_before` |
| | 39 | * `comment_form_must_log_in_after` |
| | 40 | * `comment_form_top` |
| | 41 | * `comment_form_logged_in_after` |
| | 42 | * `comment_form_before_fields` |
| | 43 | * `comment_form_after_fields` |
| | 44 | * `comment_form` |
| | 45 | * `comment_form_after` |
| | 46 | * `comment_form_comments_closed` |