修正图标显示

This commit is contained in:
feibisi 2025-06-24 23:22:56 +08:00
parent a8c3a0b96d
commit 7c31978a96
2 changed files with 14 additions and 9 deletions

View file

@ -281,11 +281,9 @@ $widget_options = [
<?php _e("Clear All Caches", "wp-multisite-dashboard"); ?>
</button>
<button type="button" class="button" onclick="MSD.clearCache('network')">
<span class="dashicons dashicons-admin-multisite"></span>
<?php _e("Clear Network Data", "wp-multisite-dashboard"); ?>
</button>
<button type="button" class="button" onclick="MSD.clearWidgetCache()">
<span class="dashicons dashicons-dashboard"></span>
<?php _e("Clear Widget Cache", "wp-multisite-dashboard"); ?>
</button>
</div>