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:
parent
76dc2686b5
commit
9c4b6c2f92
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user