Display none when no team available for player

This commit is contained in:
Brian Miyaji
2014-10-19 15:52:47 +11:00
parent 28224d3887
commit 92906ac5e8

View File

@@ -123,7 +123,7 @@ class SP_Meta_Box_Player_Statistics {
),
);
if ( ! sp_dropdown_pages( $args ) ):
_e( 'No results found.', 'sportspress' );
_e( '— None —', 'sportspress' );
endif;
?>
</td>