From 1c4146771a5d0b820cb65295a3fe8798542603f1 Mon Sep 17 00:00:00 2001 From: Paul Kevan <2290623+pkevan@users.noreply.github.com> Date: Fri, 30 May 2025 11:18:19 +0100 Subject: [PATCH] Badges: add core ai badge --- plugins/wporg-5ftf/includes/xprofile.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/wporg-5ftf/includes/xprofile.php b/plugins/wporg-5ftf/includes/xprofile.php index 61dff1f..988bc6f 100644 --- a/plugins/wporg-5ftf/includes/xprofile.php +++ b/plugins/wporg-5ftf/includes/xprofile.php @@ -321,6 +321,10 @@ function get_association_classes( $team ) { $classes = array( 'badge-code', 'dashicons-editor-code' ); break; + case 'core-ai-team': + $classes = array( 'badge-code-committer', 'dashicons-cloud-upload' ); + break; + case 'mobile-team': $classes = array( 'badge-mobile', 'dashicons-smartphone' ); break;