Credits: Update "Contributing Developers" to "Noteworthy Contributors."

"Developers" excludes the various major contributors in non-developer roles, so let's update this term to be more inclusive.

See #41022.

Built from https://develop.svn.wordpress.org/trunk@41998


git-svn-id: http://core.svn.wordpress.org/trunk@41832 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mel Choyce 2017-10-24 19:29:47 +00:00
parent 6737643773
commit 9c7eb32fc2
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ return;
// These are strings returned by the API that we want to be translatable
__( 'Project Leaders' );
__( 'Core Contributors to WordPress %s' );
__( 'Contributing Developers' );
__( 'Noteworthy Contributors' );
__( 'Cofounder, Project Lead' );
__( 'Lead Developer' );
__( 'Release Lead' );

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-beta3-41997';
$wp_version = '4.9-beta3-41998';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.