mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-07 11:15:44 +03:00
Theme: Add badge for Test team
This commit is contained in:
parent
886dca56de
commit
3cce3b13b0
2 changed files with 7 additions and 3 deletions
|
@ -273,7 +273,7 @@ function get_badge_classes( $team ) {
|
|||
break;
|
||||
|
||||
case 'test':
|
||||
$classes = array( 'badge-test' ); // TODO
|
||||
$classes = array( 'badge-test-team', 'dashicons-desktop' );
|
||||
break;
|
||||
|
||||
case 'themes':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue