Wrong usage of print_flagging_link
-
Hi I am using a WP_Comment_Query to get comments. At the bottom of my custom query I have:
<?php echo get_comment_reply_link(); ?>
At this point I see an error echoed immediately afterwards reading “Wrong usage of print_flagging_link().”
Could you tell me:
1. Why is this being generated here?
2. How do I stop it?
3. How do I manually call the function in a template to get the “Report Abuse” link outputted?Thanks.
- The topic ‘Wrong usage of print_flagging_link’ is closed to new replies.