git-svn-id: http://svn.automattic.com/wordpress/trunk@11112 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user