From 4884b214ae8a2c7516d218cb1cf79dbc85a5a4a0 Mon Sep 17 00:00:00 2001 From: savvasha Date: Fri, 23 Aug 2019 16:30:03 +0300 Subject: [PATCH] Rephrase a comment --- modules/sportspress-icons.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sportspress-icons.php b/modules/sportspress-icons.php index 533f5060..baa418f3 100644 --- a/modules/sportspress-icons.php +++ b/modules/sportspress-icons.php @@ -148,7 +148,7 @@ class SportsPress_Icons { // Bypass if no ID if ( ! $id ) return $content; - // Bypass if not performance post type + // Bypass if not performance or statistic post type $post_type = get_post_type( $id ); if ( 'sp_performance' !== $post_type && 'sp_statistic' !== $post_type ) return $content;