Allow '{comment_url}' to be used when customizing comments using wpd_comment_body filter

Hello all,
I was working on customizing the comment content using wpd_comment_body filter. One of the requirements was to add the link to the exact comment in the end of the comment posted in wordpress site. I made a small tweak in the plugin and made a PR. Can you please take a look :slight_smile:

https://github.com/discourse/wp-discourse/pull/313

Thanks! The template comments were showing {comments_url} as an available tag, but the plugin wasnโ€™t using it. Iโ€™ve merged your change into the beta branch: GitHub - discourse/wp-discourse at beta ยท GitHub. Iโ€™ll get it onto the master branch on Monday and into the WordPress repo sometime next week.

Thank you a lot @simon :blush:

This change is in version 1.6.4 of the plugin. Itโ€™s in the WordPress repo now.

Thank you @simon :slight_smile: