Enable individual player performance and statistics

This commit is contained in:
Brian Miyaji
2015-01-28 17:56:33 +11:00
parent d64ef2f2a8
commit 8afa43b6d3
10 changed files with 319 additions and 100 deletions

View File

@@ -481,7 +481,7 @@ if ( class_exists( 'WP_Importer' ) ) {
'taxonomy' => 'sp_league',
'name' => 'sp_league',
'values' => 'slug',
'show_option_none' => __( '-- Not set --', 'sportspress' ),
'show_option_none' => __( '— Not set —', 'sportspress' ),
);
if ( ! sp_dropdown_taxonomies( $args ) ):
echo '<p>' . __( 'None', 'sportspress' ) . '</p>';
@@ -496,7 +496,7 @@ if ( class_exists( 'WP_Importer' ) ) {
'taxonomy' => 'sp_season',
'name' => 'sp_season',
'values' => 'slug',
'show_option_none' => __( '-- Not set --', 'sportspress' ),
'show_option_none' => __( '&mdash; Not set &mdash;', 'sportspress' ),
);
if ( ! sp_dropdown_taxonomies( $args ) ):
echo '<p>' . __( 'None', 'sportspress' ) . '</p>';