From 390394eaff1aacc309800f643ac51d13e674b99b Mon Sep 17 00:00:00 2001 From: nacin Date: Mon, 21 Nov 2011 21:25:27 +0000 Subject: [PATCH] New string on credits.php. git-svn-id: http://svn.automattic.com/wordpress/trunk@19386 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/credits.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/credits.php b/wp-admin/credits.php index a2af340ab..584f5b60b 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' );