Add missing return. Props DD32. see #7635

git-svn-id: https://develop.svn.wordpress.org/trunk@8898 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-09-16 00:24:43 +00:00
parent 6f8cefd5fe
commit 31186d41d9

View File

@ -851,6 +851,7 @@ function comment_reply_link($args = array(), $comment = null, $post = null) {
$args = wp_parse_args($args, $defaults);
if ( 0 == $args['depth'] || $args['max_depth'] < $args['depth'] )
return;
extract($args, EXTR_SKIP);