Conform strings

This commit is contained in:
Brian Miyaji
2014-02-08 23:10:06 +11:00
parent b082f8814d
commit 19755385d9
3 changed files with 7 additions and 7 deletions

View File

@@ -131,7 +131,7 @@ function sportspress_event_team_meta( $post ) {
'post_type' => 'sp_team',
'name' => 'sp_team_selector',
'class' => 'sportspress-pages',
'show_option_none' => '(' . sprintf( __( 'Select', 'sportspress' ) . ')', 'Team' ),
'show_option_none' => __( '— Select —', 'sportspress' ),
'option_none_value' => '0'
);
wp_dropdown_pages( $args );