Skip to content

Commit

Permalink
FIX: Refactoring code #7
Browse files Browse the repository at this point in the history
  • Loading branch information
makhonkodenis committed Apr 15, 2016
1 parent bb78779 commit da1f441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cherry-taxonomies/cherry-taxonomies.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function get_default_arguments( $plural, $singular, $post_type_slug ) {
'update_item' => 'Update ' . $singular,
'add_new_item' => 'Add New ' . $singular,
'new_item_name' => 'New ' . $singular . ' Name',
'menu_name' => $plural
'menu_name' => $plural,
);

return array(
Expand Down

0 comments on commit da1f441

Please sign in to comment.