mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-18 17:33:43 +03:00
Fix Theme Review Theme name.
It was updated incorrectly in 7d304c0796
.
See #83
This commit is contained in:
parent
7d304c0796
commit
152964f5cf
|
@ -272,7 +272,7 @@ function get_badge_classes( $team ) {
|
|||
$classes = array( 'badge-test-team', 'dashicons-desktop' );
|
||||
break;
|
||||
|
||||
case 'themes review team':
|
||||
case 'theme review team':
|
||||
$classes = array( 'badge-themes-reviewer', 'dashicons-admin-appearance' );
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue