Credits: Remove unused strings.
Props Ankit K Gupta. Fixes #34909. Built from https://develop.svn.wordpress.org/trunk@36554 git-svn-id: http://core.svn.wordpress.org/trunk@36521 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
de0e09983d
commit
7e5a563876
|
@ -113,22 +113,10 @@ return;
|
||||||
|
|
||||||
// These are strings returned by the API that we want to be translatable
|
// These are strings returned by the API that we want to be translatable
|
||||||
__( 'Project Leaders' );
|
__( 'Project Leaders' );
|
||||||
__( 'Extended Core Team' );
|
|
||||||
__( 'Core Developers' );
|
|
||||||
__( 'Recent Rockstars' );
|
|
||||||
__( 'Core Contributors to WordPress %s' );
|
__( 'Core Contributors to WordPress %s' );
|
||||||
__( 'Contributing Developers' );
|
__( 'Contributing Developers' );
|
||||||
__( 'Cofounder, Project Lead' );
|
__( 'Cofounder, Project Lead' );
|
||||||
__( 'Lead Developer' );
|
__( 'Lead Developer' );
|
||||||
__( 'Release Lead' );
|
__( 'Release Lead' );
|
||||||
__( 'User Experience Lead' );
|
|
||||||
__( 'Core Developer' );
|
__( 'Core Developer' );
|
||||||
__( 'Core Committer' );
|
|
||||||
__( 'Guest Committer' );
|
|
||||||
__( 'Developer' );
|
|
||||||
__( 'Designer' );
|
|
||||||
__( 'Docs Committer' );
|
|
||||||
__( 'XML-RPC' );
|
|
||||||
__( 'Internationalization' );
|
|
||||||
__( 'External Libraries' );
|
__( 'External Libraries' );
|
||||||
__( 'Icon Design' );
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.5-alpha-36553';
|
$wp_version = '4.5-alpha-36554';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue