diff --git a/includes/sp-template-hooks.php b/includes/sp-template-hooks.php index e0ecd6e9..5c2b76d7 100644 --- a/includes/sp-template-hooks.php +++ b/includes/sp-template-hooks.php @@ -65,9 +65,6 @@ function sportspress_theme_check_notice() { } function sportspress_gettext( $translated_text, $untranslated_text, $domain ) { - if ( $domain != 'sportspress' ) - return $translated_text; - global $typenow; if ( is_admin() ):