2
0
Fork 0
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:
scossar 2017-11-28 15:55:35 -08:00
parent 37b63d6be7
commit a20411a171
5 changed files with 168 additions and 22 deletions

View file

@ -0,0 +1,5 @@
<?php

global $post;

echo '<div class="wpdc-comments" data-post-id="' . $post->ID . '">discourse comments</div>';