From d225a6f48b2d00c94d4424ba2421cf763fadba5a Mon Sep 17 00:00:00 2001 From: Dhrumil Kumbhani <57712674+dhrumilkumbhani@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:45:26 +0530 Subject: [PATCH] Remove whitespace. --- 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 ea942c7..b04c9fe 100644 --- a/themes/wporg-5ftf/functions.php +++ b/themes/wporg-5ftf/functions.php @@ -284,7 +284,7 @@ function get_badge_classes( $team ) { case 'plugin review team': $classes = array( 'badge-plugins-reviewer', 'dashicons-admin-plugins' ); break; - + case 'photos team': $classes = array( 'badge-photos', 'dashicons-camera' ); break;