From 1b904bdd8d2746fa24ad681d8a5f11b0a5726059 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 8 Dec 2011 16:55:55 +0000 Subject: [PATCH] Add 'Contributing Developers' string to credits.php so it makes it into the POT. fixes #19480. git-svn-id: https://develop.svn.wordpress.org/trunk@19571 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 1708dc3197..cdc84c7c69 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -144,6 +144,7 @@ __( 'Extended Core Team' ); __( 'Core Developers' ); __( 'Recent Rockstars' ); __( 'Core Contributors to WordPress %s' ); +__( 'Contributing Developers' ); __( 'Cofounder, Project Lead' ); __( 'Lead Developer' ); __( 'User Experience Lead' );