mirror of
https://github.com/WPMultisite/wp-multisite-dashboard.git
synced 2025-08-07 14:59:14 +08:00
修正图标显示
This commit is contained in:
parent
a8c3a0b96d
commit
7c31978a96
2 changed files with 14 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue