Remove old code

This commit is contained in:
Jay Wood
2015-08-29 13:17:51 -04:00
parent 0bd1f2b5f2
commit e3a824a124

View File

@ -29,7 +29,6 @@ class CWV3Admin {
switch ( $col ) { switch ( $col ) {
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 style="color:#0F0; font-weight:bold;" class="cw_protected">Yes</span>';
echo '<span class="dashicons dashicons-lock"></span>'; echo '<span class="dashicons dashicons-lock"></span>';
} else { } else {
echo '<span class="dashicons dashicons-unlock"></span>'; echo '<span class="dashicons dashicons-unlock"></span>';