From ab905e41b920ad96eb82e4f421e746ad0a529978 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Wed, 17 Feb 2016 18:59:38 +0000 Subject: [PATCH] Credits: Remove unused strings. Props Ankit K Gupta. Fixes #34909. git-svn-id: https://develop.svn.wordpress.org/trunk@36554 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/credits.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/wp-admin/credits.php b/src/wp-admin/credits.php index bc66046eac..8457cd3838 100644 --- a/src/wp-admin/credits.php +++ b/src/wp-admin/credits.php @@ -113,22 +113,10 @@ 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' ); __( 'Contributing Developers' ); __( 'Cofounder, Project Lead' ); __( 'Lead Developer' ); __( 'Release Lead' ); -__( 'User Experience Lead' ); __( 'Core Developer' ); -__( 'Core Committer' ); -__( 'Guest Committer' ); -__( 'Developer' ); -__( 'Designer' ); -__( 'Docs Committer' ); -__( 'XML-RPC' ); -__( 'Internationalization' ); __( 'External Libraries' ); -__( 'Icon Design' );