Roles => Jobs

This commit is contained in:
Brian Miyaji
2014-10-24 18:21:19 +11:00
parent cb6325d260
commit b2d6704990
7 changed files with 12 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ if ( class_exists( 'WP_Importer' ) ) {
$this->import_label = __( 'Import Staff', 'sportspress' );
$this->columns = array(
'post_title' => __( 'Name', 'sportspress' ),
'sp_role' => __( 'Roles', 'sportspress' ),
'sp_role' => __( 'Jobs', 'sportspress' ),
'sp_team' => __( 'Teams', 'sportspress' ),
'sp_league' => __( 'Competitions', 'sportspress' ),
'sp_season' => __( 'Seasons', 'sportspress' ),