mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-02 01:01:18 +03:00
Fix the issue 241
https://github.com/WordPress/five-for-the-future/issues/241
This commit is contained in:
parent
150ff26287
commit
8f87a0a7a4
|
@ -281,6 +281,10 @@ function get_badge_classes( $team ) {
|
|||
$classes = array( 'badge-openverse', 'dashicons-search' );
|
||||
break;
|
||||
|
||||
case 'plugin review team':
|
||||
$classes = array( 'badge-plugins-reviewer', 'dashicons-admin-plugins' );
|
||||
break;
|
||||
|
||||
case 'photos team':
|
||||
$classes = array( 'badge-photos', 'dashicons-camera' );
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue