Add missing return. Props DD32. see #7635
git-svn-id: http://svn.automattic.com/wordpress/trunk@8898 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3aad45d7e4
commit
1deef71a52
|
@ -851,6 +851,7 @@ function comment_reply_link($args = array(), $comment = null, $post = null) {
|
||||||
$args = wp_parse_args($args, $defaults);
|
$args = wp_parse_args($args, $defaults);
|
||||||
|
|
||||||
if ( 0 == $args['depth'] || $args['max_depth'] < $args['depth'] )
|
if ( 0 == $args['depth'] || $args['max_depth'] < $args['depth'] )
|
||||||
|
return;
|
||||||
|
|
||||||
extract($args, EXTR_SKIP);
|
extract($args, EXTR_SKIP);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue