mirror of
https://github.com/discourse/wp-discourse.git
synced 2025-10-03 08:59:21 +08:00
Add DiscourseCommentFormatter class
This commit is contained in:
parent
37b63d6be7
commit
a20411a171
5 changed files with 168 additions and 22 deletions
5
templates/ajax-comments.php
Normal file
5
templates/ajax-comments.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
global $post;
|
||||
|
||||
echo '<div class="wpdc-comments" data-post-id="' . $post->ID . '">discourse comments</div>';
|
Loading…
Add table
Add a link
Reference in a new issue