mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogrow.git
synced 2025-08-26 16:32:31 +08:00
<section> changed to <div>
This commit is contained in:
parent
148ec2680d
commit
eda3e132f2
10 changed files with 22 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php if ( post_password_required() ) { return; } ?>
|
||||
|
||||
<section id="comments" class="themeform">
|
||||
<div id="comments" class="themeform">
|
||||
|
||||
<?php if ( have_comments() ) : global $wp_query; ?>
|
||||
|
||||
|
@ -58,4 +58,4 @@
|
|||
|
||||
<?php if ( comments_open() ) { comment_form(); } ?>
|
||||
|
||||
</section><!--/#comments-->
|
||||
</div><!--/#comments-->
|
Loading…
Add table
Add a link
Reference in a new issue