Don't add labels to defensive if shared

This commit is contained in:
Brian Miyaji
2016-02-24 15:40:52 +11:00
parent d7975798df
commit 803647260b

View File

@@ -144,7 +144,6 @@ class SP_Meta_Box_Event_Performance {
$labels[0][ $column->post_name ] = $column->post_title;
break;
default:
$labels[1][ $column->post_name ] = $column->post_title;
$labels[0][ $column->post_name ] = $column->post_title;
endswitch;
endforeach;