Fix Theme Review Theme name.

It was updated incorrectly in 7d304c0796.

See #83
This commit is contained in:
Ian Dunn 2019-12-05 15:13:18 -08:00
parent 7d304c0796
commit 152964f5cf
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB

View file

@ -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;