Adjust text options to modify front-end only
This commit is contained in:
@@ -10,40 +10,39 @@ function sportspress_define_globals() {
|
||||
global $sportspress_text_options;
|
||||
|
||||
$sportspress_text_options = array(
|
||||
'Calendar',
|
||||
'Calendars',
|
||||
'Current Team',
|
||||
'Event',
|
||||
'Events',
|
||||
'Friendly',
|
||||
'League',
|
||||
'Leagues',
|
||||
'League Table',
|
||||
'League Tables',
|
||||
'Nationality',
|
||||
'Number',
|
||||
'Past Teams',
|
||||
'Played',
|
||||
'Player',
|
||||
'Players',
|
||||
'Player List',
|
||||
'Player Lists',
|
||||
'Position',
|
||||
'Positions',
|
||||
'Pos',
|
||||
'Rank',
|
||||
'Roster',
|
||||
'Schedule',
|
||||
'Season',
|
||||
'Seasons',
|
||||
'Staff',
|
||||
'Substitute',
|
||||
'Team',
|
||||
'Teams',
|
||||
'Venue',
|
||||
'Venues',
|
||||
__( 'Article', 'sportspress' ),
|
||||
__( 'Current Team', 'sportspress' ),
|
||||
__( 'Date', 'sportspress' ),
|
||||
__( 'Details', 'sportspress' ),
|
||||
__( 'days', 'sportspress' ),
|
||||
__( 'Event', 'sportspress' ),
|
||||
__( 'Friendly', 'sportspress' ),
|
||||
__( 'hrs', 'sportspress' ),
|
||||
__( 'League', 'sportspress' ),
|
||||
__( 'mins', 'sportspress' ),
|
||||
__( 'Nationality', 'sportspress' ),
|
||||
__( 'Past Teams', 'sportspress' ),
|
||||
__( 'Player', 'sportspress' ),
|
||||
__( 'Position', 'sportspress' ),
|
||||
__( 'Pos', 'sportspress' ),
|
||||
__( 'Preview', 'sportspress' ),
|
||||
__( 'Rank', 'sportspress' ),
|
||||
__( 'Recap', 'sportspress' ),
|
||||
__( 'Results', 'sportspress' ),
|
||||
__( 'Season', 'sportspress' ),
|
||||
__( 'secs', 'sportspress' ),
|
||||
__( 'Staff', 'sportspress' ),
|
||||
__( 'Substitute', 'sportspress' ),
|
||||
__( 'Team', 'sportspress' ),
|
||||
__( 'Teams', 'sportspress' ),
|
||||
__( 'Time', 'sportspress' ),
|
||||
__( 'Total', 'sportspress' ),
|
||||
__( 'Venue', 'sportspress' ),
|
||||
__( 'View all players', 'sportspress' ),
|
||||
__( 'View all events', 'sportspress' ),
|
||||
__( 'View full table', 'sportspress' ),
|
||||
);
|
||||
|
||||
|
||||
sort( $sportspress_text_options );
|
||||
|
||||
// Continents
|
||||
|
||||
Reference in New Issue
Block a user