refactor: 规范化其他 PHP 文件

- archive.php: 修复箭头操作符空格
- friend-links.php: 修复箭头操作符空格, 移除多余空行 (1074 -> 1068 行)
- shuoshuo.php: 修复箭头操作符空格
This commit is contained in:
2026-01-16 11:28:44 +08:00
parent d331855759
commit a042165401
3 changed files with 9 additions and 15 deletions

View File

@@ -11,7 +11,7 @@
<?php } ?>
<p class="text-black mt-3 mb-0 opacity-8">
<i class="fa fa-file-o mr-1"></i>
<?php echo $wp_query -> found_posts; ?> <?php _e('篇文章', 'argon');?>
<?php echo $wp_query->found_posts; ?> <?php _e('篇文章', 'argon');?>
</p>
</div>
</div>