From 3abadc1da9cdc22d36e02fedb7756d32fc75e4d0 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 3 Sep 2014 23:19:18 +0000 Subject: [PATCH] Add 'Release Lead' string to credits. see #29494. Built from https://develop.svn.wordpress.org/trunk@29700 git-svn-id: http://core.svn.wordpress.org/trunk@29475 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 c99bc2ff40..3d2e8a58ce 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -179,6 +179,7 @@ __( 'Core Contributors to WordPress %s' ); __( 'Contributing Developers' ); __( 'Cofounder, Project Lead' ); __( 'Lead Developer' ); +__( 'Release Lead' ); __( 'User Experience Lead' ); __( 'Core Developer' ); __( 'Core Committer' );