v1.8 — 细节优化
- 首页文案更新为'自白者的栖息地' - 近笺 12 条 + 查看全部链接 - 笺文详情页加浏览量 - 登录弹窗替代 alert - 评论区修复双重 border-top - 退出登录带回跳 - 时间格式统一到秒 - 文案优化
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@
|
||||
<div class="user-menu-dropdown">
|
||||
<a href="/author/<?php echo esc_attr($current_user->user_nicename); ?>/">个人资料</a>
|
||||
<a href="/wp-admin/">系统后台</a>
|
||||
<a href="/wp-login.php?action=logout">退出</a>
|
||||
<a href="<?php echo wp_logout_url(home_url($_SERVER["REQUEST_URI"])); ?>">退出</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user