Change all mentions of competition to league

This commit is contained in:
Brian Miyaji
2017-11-16 12:07:05 +11:00
parent e5b16848d4
commit 41d4d69e57
16 changed files with 2702 additions and 1772 deletions

View File

@@ -107,7 +107,7 @@ class SP_Widget_Countdown extends WP_Widget {
<label for="<?php echo $this->get_field_id('show_venue'); ?>"><?php _e( 'Display venue', 'sportspress' ); ?></label></p>
<p><input class="checkbox" type="checkbox" id="<?php echo $this->get_field_id('show_league'); ?>" name="<?php echo $this->get_field_name('show_league'); ?>" value="1" <?php checked( $show_league, 1 ); ?>>
<label for="<?php echo $this->get_field_id('show_league'); ?>"><?php _e( 'Display competition', 'sportspress' ); ?></label></p>
<label for="<?php echo $this->get_field_id('show_league'); ?>"><?php _e( 'Display league', 'sportspress' ); ?></label></p>
<?php
// Action to hook into