Add country translations

This commit is contained in:
Brian Miyaji
2014-01-12 06:06:13 +11:00
parent 3fd8208902
commit 892ed55ae3
10 changed files with 2122 additions and 187 deletions

View File

@@ -9,7 +9,7 @@ function sportspress_player_post_init() {
'labels' => $labels,
'public' => true,
'hierarchical' => false,
'supports' => array( 'title', 'author', 'thumbnail' ),
'supports' => array( 'title', 'author', 'thumbnail', 'page-attributes' ),
'register_meta_box_cb' => 'sportspress_player_meta_init',
'rewrite' => array( 'slug' => get_option( 'sp_player_slug', 'players' ) ),
'menu_icon' => 'dashicons-groups',