From 44f07ae292d111294215784d0ce298c2d24f8c55 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 16 Oct 2008 20:22:53 +0000 Subject: [PATCH] Pass args from Walker to comment_reply_link(). Props Otto42. fixes #7901 git-svn-id: https://develop.svn.wordpress.org/trunk@9209 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/comment-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 9d35a271df..045f787902 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -1084,7 +1084,7 @@ class Walker_Comment extends Walker {
- $add_below, 'depth' => $depth, 'max_depth' => $args['depth'])) ?> + $add_below, 'depth' => $depth, 'max_depth' => $args['depth']))) ?>