[wp-trac] [WordPress Trac] #25310: comment_reply_link() doesn't work properly
WordPress Trac
noreply at wordpress.org
Fri Sep 13 14:57:21 UTC 2013
#25310: comment_reply_link() doesn't work properly
--------------------------+------------------------------
Reporter: raminmt | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Comments | Version: 3.6
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by SergeyBiryukov):
It looks like `max_depth` is also required, so this should work:
{{{
comment_reply_link( array( 'depth' => 1, 'max_depth' => get_option(
'thread_comments_depth' ) ) );
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25310#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list