comment_reply_link() work wrong
-
Hi. I find. that method
comment_reply_link()
Work incorect if in admin panel you unchecked checkboxUsers must be registered and logged in to comment
I needed to disable this function because my site uses two versions of the comment form, standard form for posts and a custom form.
<?php comment_reply_link(array( 'reply_text' => __('Reply', 'am'), 'depth' => $depth, 'max_depth' => $args['max_depth'], 'login_text' => __('Log in to Reply', 'am'), 'before' => '', )); ?>
I wrote this connection for a button to reply to a comment, expecting to receive a link to log in to leave a comment, but instead Reply continues to be displayed to me
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘comment_reply_link() work wrong’ is closed to new replies.