From 80f9413f10070941ebaee4064bf7a11810bb7065 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 21 Nov 2011 21:25:27 +0000 Subject: [PATCH] New string on credits.php. git-svn-id: https://develop.svn.wordpress.org/trunk@19386 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/credits.php | 1 + 1 file changed, 1 insertion(+) 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' );