From 152964f5cf6b4f1cb67c56395aca547cee69dbe8 Mon Sep 17 00:00:00 2001 From: Ian Dunn Date: Thu, 5 Dec 2019 15:13:18 -0800 Subject: [PATCH] Fix Theme Review Theme name. It was updated incorrectly in 7d304c0796d24f8e801d11498516eeda0d254599. See #83 --- themes/wporg-5ftf/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/wporg-5ftf/functions.php b/themes/wporg-5ftf/functions.php index cf57648..70b0da7 100644 --- a/themes/wporg-5ftf/functions.php +++ b/themes/wporg-5ftf/functions.php @@ -272,7 +272,7 @@ function get_badge_classes( $team ) { $classes = array( 'badge-test-team', 'dashicons-desktop' ); break; - case 'themes review team': + case 'theme review team': $classes = array( 'badge-themes-reviewer', 'dashicons-admin-appearance' ); break;