Clean up event performance meta box
This commit is contained in:
@@ -140,9 +140,6 @@ class SP_Meta_Box_Event_Performance {
|
|||||||
case 1:
|
case 1:
|
||||||
$labels[1][ $column->post_name ] = $column->post_title;
|
$labels[1][ $column->post_name ] = $column->post_title;
|
||||||
break;
|
break;
|
||||||
case 0:
|
|
||||||
$labels[0][ $column->post_name ] = $column->post_title;
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
$labels[0][ $column->post_name ] = $column->post_title;
|
$labels[0][ $column->post_name ] = $column->post_title;
|
||||||
endswitch;
|
endswitch;
|
||||||
|
|||||||
Reference in New Issue
Block a user