mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-18 17:33:43 +03:00
Fix the issue 241 (#242)
* Fix the issue 241 https://github.com/WordPress/five-for-the-future/issues/241 * Remove whitespace.
This commit is contained in:
parent
150ff26287
commit
d96a9ff931
|
@ -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