Fix missing string
This commit is contained in:
@@ -2284,7 +2284,7 @@ if ( !function_exists( 'sp_get_player_list_data' ) ) {
|
|||||||
);
|
);
|
||||||
$performances = get_posts( $args );
|
$performances = get_posts( $args );
|
||||||
|
|
||||||
$columns = array( 'eventsplayed' => SP()->text->string('Played', 'team') );
|
$columns = array( 'eventsplayed' => SP()->text->string('Played', 'player') );
|
||||||
|
|
||||||
foreach ( $performances as $performance ):
|
foreach ( $performances as $performance ):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user