From 6cb23aebab10a43426a4313db9f62b16406e4b2c Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@19571 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 1708dc319..cdc84c7c6 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' );