Fix gettext template hook

This commit is contained in:
Brian Miyaji
2014-04-02 09:53:38 +11:00
parent c284590f93
commit cf519c4e25

View File

@@ -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() ):