|
@@ -56,9 +56,9 @@ |
|
56
|
56
|
* @access public |
|
57
|
57
|
*/ |
|
58
|
58
|
public function setupCustomPostTypes() { |
|
59
|
59
|
register_post_type( Visualizer_Plugin::CPT_VISUALIZER, array( |
|
60
|
|
- 'label' => 'Visualizer Chart', |
|
60
|
+ 'label' => 'Visualizer Charts', |
|
61
|
61
|
'public' => false, |
|
62
|
62
|
) ); |
|
63
|
63
|
} |
|
64
|
64
|
|