diff --git a/src/wp-includes/comment.php b/src/wp-includes/comment.php
index 6b722529fc..a17c3718a5 100644
|
a
|
b
|
function wp_set_comment_status( $comment_id, $comment_status, $wp_error = false |
| 2401 | 2401 | $comment = get_comment( $comment_old->comment_ID ); |
| 2402 | 2402 | |
| 2403 | 2403 | /** |
| 2404 | | * Fires immediately before transitioning a comment's status from one to another |
| 2405 | | * in the database. |
| | 2404 | * Fires immediately after transitioning a comment's status from one to another |
| | 2405 | * in the database but prior to all transition hooks. |
| 2406 | 2406 | * |
| 2407 | 2407 | * @since 1.5.0 |
| 2408 | 2408 | * |