Remove 'unlock' icon, prevents clutter/confusion

This commit is contained in:
Jay Wood
2015-08-29 13:20:15 -04:00
parent e3a824a124
commit a4be15f73c

View File

@ -30,8 +30,6 @@ class CWV3Admin {
case 'cwv2':
if ( 'yes' == get_post_meta( $post->ID, 'cwv3_auth', true ) || 'enabled' == $sw[0] ) {
echo '<span class="dashicons dashicons-lock"></span>';
} else {
echo '<span class="dashicons dashicons-unlock"></span>';
}
break;
}