
* Update comments pattern markup * Tweak avatar and comment styling in theme.json * Update versions and change log
48 lines
1.7 KiB
PHP
48 lines
1.7 KiB
PHP
<?php
|
|
/**
|
|
* Title: Comments
|
|
* slug: course/comments
|
|
* inserter: no
|
|
*/
|
|
|
|
?>
|
|
|
|
<!-- wp:comments -->
|
|
<div class="wp-block-comments"><!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->
|
|
<hr class="wp-block-separator has-css-opacity is-style-wide"/>
|
|
<!-- /wp:separator -->
|
|
|
|
<!-- wp:comments-title {"showPostTitle":false,"showCommentsCount":false,"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"600","lineHeight":"1"},"spacing":{"padding":{"top":"0","right":"0","bottom":"0px","left":"0"},"margin":{"top":"0","right":"0","left":"0"}}},"fontSize":"large"} /-->
|
|
|
|
<!-- wp:comment-template {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"},"margin":{"top":"0","right":"0","bottom":"0","left":"0"}}}} -->
|
|
<!-- wp:columns -->
|
|
<div class="wp-block-columns"><!-- wp:column {"width":"40px"} -->
|
|
<div class="wp-block-column" style="flex-basis:40px"><!-- wp:avatar {"size":48} /--></div>
|
|
<!-- /wp:column -->
|
|
|
|
<!-- wp:column -->
|
|
<div class="wp-block-column"><!-- wp:comment-author-name {"isLink":false} /-->
|
|
|
|
<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex"}} -->
|
|
<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px"><!-- wp:comment-date {"format":"F j, Y g:i a","isLink":false,"fontSize":"x-small"} /-->
|
|
|
|
<!-- wp:comment-edit-link /--></div>
|
|
<!-- /wp:group -->
|
|
|
|
<!-- wp:comment-content /-->
|
|
|
|
<!-- wp:comment-reply-link /--></div>
|
|
<!-- /wp:column --></div>
|
|
<!-- /wp:columns -->
|
|
<!-- /wp:comment-template -->
|
|
|
|
<!-- wp:comments-pagination -->
|
|
<!-- wp:comments-pagination-previous /-->
|
|
|
|
<!-- wp:comments-pagination-numbers /-->
|
|
|
|
<!-- wp:comments-pagination-next /-->
|
|
<!-- /wp:comments-pagination -->
|
|
|
|
<!-- wp:post-comments-form /--></div>
|
|
<!-- /wp:comments -->
|