Update func name. see #8550

git-svn-id: http://svn.automattic.com/wordpress/trunk@10180 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-12-10 21:13:32 +00:00
parent e372e7f39a
commit 8c1c46d5f0

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);
}
/**