mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 23:41:38 +01:00
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:
parent
908b1f0b7d
commit
1438ad7bb8
@ -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 );
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user