mirror of
https://github.com/discourse/wp-discourse.git
synced 2025-10-03 08:59:21 +08:00
Add sidebar for Gutenberg editor
This commit is contained in:
parent
241a69269a
commit
9d649d728f
5 changed files with 195 additions and 2 deletions
|
@ -59,7 +59,9 @@ class HTMLTemplates {
|
|||
ob_start();
|
||||
?>
|
||||
<div id="comments" class="comments-area discourse-comments-area">
|
||||
<h2 class="comments-title discourse-comments-title"><?php echo esc_html( self::get_text_options( 'notable-replies-text' ) ); ?></h2>
|
||||
<div class="comments-title-wrap">
|
||||
<h2 class="comments-title discourse-comments-title"><?php echo esc_html( self::get_text_options( 'notable-replies-text' ) ); ?></h2>
|
||||
</div>
|
||||
<ol class="comment-list">{comments}</ol>
|
||||
<div class="respond comment-respond">
|
||||
<h3 id="reply-title" class="comment-reply-title">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue