fix: 优化设置页结构细节
- 移除 AI 垃圾评论识别中的'检测结果'三级标题 - 移除页脚设置中重复的两个二级标题 - 将页脚设置内容直接放在一级标题下 - 文件从 6480 行减少到 6475 行
This commit is contained in:
@@ -1468,8 +1468,6 @@ function themeoptions_page(){
|
|||||||
<!-- ========== 9. 页脚设置 ========== -->
|
<!-- ========== 9. 页脚设置 ========== -->
|
||||||
<tr><th class="subtitle"><h2 id="section-footer"><?php _e('页脚设置', 'argon');?></h2></th></tr>
|
<tr><th class="subtitle"><h2 id="section-footer"><?php _e('页脚设置', 'argon');?></h2></th></tr>
|
||||||
|
|
||||||
<tr><th class="subtitle"><h3 id="subsection-footer"><?php _e('页脚', 'argon');?></h3></th></tr>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
<th><label><?php _e('归档页面链接', 'argon');?></label></th>
|
<th><label><?php _e('归档页面链接', 'argon');?></label></th>
|
||||||
@@ -1484,8 +1482,6 @@ function themeoptions_page(){
|
|||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr><th class="subtitle"><h3 id="subsection-footer"><?php _e('页脚', 'argon');?></h3></th></tr>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
<th><label><?php _e('页脚内容', 'argon');?></label></th>
|
<th><label><?php _e('页脚内容', 'argon');?></label></th>
|
||||||
@@ -3831,7 +3827,6 @@ window.pjaxLoaded = function(){
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="argon-spam-detection-results" style="display: none; margin-top: 15px; padding: 15px; background: #fff; border: 1px solid #ddd; border-radius: 4px; max-height: 400px; overflow-y: auto;">
|
<div id="argon-spam-detection-results" style="display: none; margin-top: 15px; padding: 15px; background: #fff; border: 1px solid #ddd; border-radius: 4px; max-height: 400px; overflow-y: auto;">
|
||||||
<h4 style="margin-top: 0;"><?php _e('检测结果', 'argon');?></h4>
|
|
||||||
<div id="argon-spam-detection-results-content"></div>
|
<div id="argon-spam-detection-results-content"></div>
|
||||||
</div>
|
</div>
|
||||||
<p class="description">
|
<p class="description">
|
||||||
|
|||||||
Reference in New Issue
Block a user