git-svn-id: http://svn.automattic.com/wordpress/trunk@11112 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e7f2b40dd7
commit
f7c30e87eb
|
@ -117,7 +117,7 @@ function get_the_title( $id = 0 ) {
|
||||||
$title = sprintf($private_title_format, $title);
|
$title = sprintf($private_title_format, $title);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return apply_filters( 'the_title', $title );
|
return apply_filters( 'the_title', $title, $post->ID );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue