Comment link is broken
-
Link for the comment displayed with atomic_blocks_comment() function is invalid. It uses this:
esc_url( get_comment_link( comment_ID() ) )
and it should beesc_url( get_comment_link( get_comment_ID() ) )
. comment_ID() isecho
function.
- The topic ‘Comment link is broken’ is closed to new replies.