mirror of
https://github.com/WenPai-org/wp-domain-mapping.git
synced 2025-08-06 17:17:15 +08:00
升级至 v2.0.1 稳定版
This commit is contained in:
parent
babbc3d05b
commit
8932ec9fa7
14 changed files with 2677 additions and 512 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue