Rechristen the get_page_of_comment filter.

See [34808].

Props DrewAPicture, SergeyBiryukov.
Fixes #13939.

git-svn-id: https://develop.svn.wordpress.org/trunk@34815 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Boone Gorges 2015-10-03 22:43:01 +00:00
parent f7647bac89
commit 1c44c6011e

View File

@ -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 );
}
/**