diff --git a/wp-admin/credits.php b/wp-admin/credits.php index a2af340abe..584f5b60bd 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -153,6 +153,7 @@ return; // These are strings returned by the API that we want to be translatable __( 'Project Leaders' ); __( 'Extended Core Team' ); +__( 'Core Developers' ); __( 'Recent Rockstars' ); __( 'Core Contributors to WordPress %s' ); __( 'Cofounder, Project Lead' );