mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-16 07:15:43 +03:00
parent
73455fe3c8
commit
7578f662ab
2 changed files with 13 additions and 0 deletions
|
@ -253,6 +253,10 @@ function get_badge_classes( $team ) {
|
|||
$classes = array( 'badge-code-committer', 'dashicons-editor-code' );
|
||||
break;
|
||||
|
||||
case 'core performance team':
|
||||
$classes = array( 'badge-performance-contributor' );
|
||||
break;
|
||||
|
||||
case 'design team':
|
||||
$classes = array( 'badge-design', 'dashicons-art' );
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue