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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user