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:
ryan 2008-09-16 00:24:43 +00:00
parent 3aad45d7e4
commit 1deef71a52
1 changed files with 1 additions and 0 deletions

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);