diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index dccc6ca43b..f881bebc8c 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -117,7 +117,7 @@ function get_the_title( $id = 0 ) { $title = sprintf($private_title_format, $title); } } - return apply_filters( 'the_title', $title ); + return apply_filters( 'the_title', $title, $post->ID ); } /**