Update func name. see #8550

git-svn-id: https://develop.svn.wordpress.org/trunk@10180 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-12-10 21:13:32 +00:00
parent 76dc2686b5
commit 9c4b6c2f92
1 changed files with 1 additions and 1 deletions

View File

@ -1052,7 +1052,7 @@ function get_post_reply_link($args = array(), $post = null) {
* @return string|bool|null Link to show comment form, if successful. False, if comments are closed.
*/
function post_reply_link($args = array(), $post = null) {
echo get_post_comments_link($args, $post);
echo get_post_reply_link($args, $post);
}
/**