diff --git a/src/wp-includes/comment-functions.php b/src/wp-includes/comment-functions.php index 43a55e11b7..261a1f4483 100644 --- a/src/wp-includes/comment-functions.php +++ b/src/wp-includes/comment-functions.php @@ -941,7 +941,7 @@ function get_page_of_comment( $comment_ID, $args = array() ) { * @type int $max_depth Maximum comment threading depth allowed. * } */ - return apply_filters( 'page_of_comment', (int) $page, $args, $original_args ); + return apply_filters( 'get_page_of_comment', (int) $page, $args, $original_args ); } /**