Rechristen the get_page_of_comment filter.

See [34808].

Props DrewAPicture, SergeyBiryukov.
Fixes #13939.
Built from https://develop.svn.wordpress.org/trunk@34815


git-svn-id: http://core.svn.wordpress.org/trunk@34780 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2015-10-03 22:43:27 +00:00
parent 908b1f0b7d
commit 1438ad7bb8
2 changed files with 2 additions and 2 deletions

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

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34814';
$wp_version = '4.4-alpha-34815';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.