Update single.php 删除空格。

This commit is contained in:
laoyang
2022-07-21 11:11:13 +08:00
parent a0967fb7a9
commit e61c07e6b0
+1 -1
View File
@@ -132,7 +132,7 @@ $select_col = $col_array[kratos_option('g_article_widgets', 'two_side')];
</div> </div>
</div> </div>
<?php endif; ?> <?php endif; ?>
<?php require get_template_directory() . '/pages/page-toolbar.php'; ?> <?php require get_template_directory() . '/pages/page-toolbar.php'; ?>
<?php comments_template(); ?> <?php comments_template(); ?>
</div> </div>
<?php if (kratos_option('g_article_widgets', 'two_side') == 'two_side'){ ?> <?php if (kratos_option('g_article_widgets', 'two_side') == 'two_side'){ ?>