diff --git a/public/includes/class-custom-post-type.php b/public/includes/class-custom-post-type.php index 329eb3c..017ded7 100644 --- a/public/includes/class-custom-post-type.php +++ b/public/includes/class-custom-post-type.php @@ -82,6 +82,10 @@ public function get_labels() { $plural = $this->cpt_name_plural; /* Set the default labels */ + + /** + * @todo Translation doesn't work well. Find a good way to have everything translated + */ $labels = array( 'name' => $plural, 'post type general name', 'singular_name' => $singular,