Remove 'unlock' icon, prevents clutter/confusion
This commit is contained in:
@ -30,8 +30,6 @@ class CWV3Admin {
|
|||||||
case 'cwv2':
|
case 'cwv2':
|
||||||
if ( 'yes' == get_post_meta( $post->ID, 'cwv3_auth', true ) || 'enabled' == $sw[0] ) {
|
if ( 'yes' == get_post_meta( $post->ID, 'cwv3_auth', true ) || 'enabled' == $sw[0] ) {
|
||||||
echo '<span class="dashicons dashicons-lock"></span>';
|
echo '<span class="dashicons dashicons-lock"></span>';
|
||||||
} else {
|
|
||||||
echo '<span class="dashicons dashicons-unlock"></span>';
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user