revert: 回档到 b613e01,保留 code-style 规范文档

This commit is contained in:
2026-01-16 14:57:54 +08:00
parent 9665332226
commit 720ab20440
12 changed files with 4187 additions and 225 deletions

View File

@@ -18,7 +18,7 @@ query_posts("post_type=shuoshuo&post_status=publish&posts_per_page=-1");
<?php } ?>
<p class="text-black mt-3 mb-0 opacity-8">
<i class="fa fa-quote-left mr-1"></i>
<?php echo wp_count_posts('shuoshuo','')->publish; ?> <?php _e('条说说', 'argon');?>
<?php echo wp_count_posts('shuoshuo','') -> publish; ?> <?php _e('条说说', 'argon');?>
</p>
</div>
</div>