Skip to content

Commit

Permalink
Add inline todo
Browse files Browse the repository at this point in the history
  • Loading branch information
julien731 committed Jan 2, 2014
1 parent 2657da8 commit 8d1a988
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/includes/class-custom-post-type.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8d1a988

Please sign in to comment.