From 9c4b6c2f92aa960e5f1eb89242fcb3feb496a073 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 10 Dec 2008 21:13:32 +0000 Subject: [PATCH] Update func name. see #8550 git-svn-id: https://develop.svn.wordpress.org/trunk@10180 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/comment-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 6a8ee223f7..31b5d9b368 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -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); } /**