diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index 1bc1c8b6..be874ef4 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -603,12 +603,12 @@ if ( !function_exists( 'sp_dropdown_pages' ) ) { if ( $args['show_option_blank'] ): printf( '' ); endif; - if ( $args['show_option_all'] ): - printf( '', $args['option_all_value'], selected( $selected, $args['option_all_value'], false ), $args['show_option_all'] ); - endif; if ( $args['show_option_none'] ): printf( '', $args['option_none_value'], selected( $selected, $args['option_none_value'], false ), ( $args['show_option_none'] === true ? '' : $args['show_option_none'] ) ); endif; + if ( $args['show_option_all'] ): + printf( '', $args['option_all_value'], selected( $selected, $args['option_all_value'], false ), $args['show_option_all'] ); + endif; if ( $args['prepend_options'] && is_array( $args['prepend_options'] ) ): foreach( $args['prepend_options'] as $slug => $label ): printf( '', $slug, selected( $selected, $slug, false ), $label ); @@ -1085,6 +1085,7 @@ function sp_get_text_options() { $strings = apply_filters( 'sportspress_text', array( __( 'Article', 'sportspress' ), __( 'Current Team', 'sportspress' ), + __( 'Current Teams', 'sportspress' ), __( 'Date', 'sportspress' ), __( 'Details', 'sportspress' ), __( 'Event', 'sportspress' ), diff --git a/wpml-config.xml b/wpml-config.xml index 769e64a0..de3fb1b7 100644 --- a/wpml-config.xml +++ b/wpml-config.xml @@ -3,6 +3,7 @@ +