wp-discourse/templates/ajax-comments.php
2017-12-10 13:41:45 -08:00

10 lines
243 B
PHP
Vendored

<?php
/**
* The template for when Discourse comments are being loaded with ajax.
*
* @package WPDiscourse
*/
global $post;
echo '<div class="wpdc-comments-loading" id="wpdc-comments" data-post-id="' . esc_attr( $post->ID ) . '"></div>';