升级至 v2.0.1 稳定版

This commit is contained in:
文派备案 2025-05-25 00:32:34 +08:00
parent babbc3d05b
commit 8932ec9fa7
14 changed files with 2677 additions and 512 deletions

View file

@ -335,7 +335,7 @@ function dm_domain_listing( $rows ) {
</td>
<td class="column-primary">
<?php if ( $row->active == 1 ) : ?>
<span class="dashicons dashicons-yes-alt" style="color: #46b450;"></span>
<span class="dashicons dashicons-yes" style="color: #46b450;"></span>
<span class="screen-reader-text"><?php esc_html_e( 'Yes', 'wp-domain-mapping' ); ?></span>
<?php else : ?>
<span class="dashicons dashicons-no-alt" style="color: #dc3232;"></span>