From 9c7eb32fc2e6103baad3ae53e4c675a5baba1bad Mon Sep 17 00:00:00 2001 From: Mel Choyce Date: Tue, 24 Oct 2017 19:29:47 +0000 Subject: [PATCH] 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 --- wp-admin/credits.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/credits.php b/wp-admin/credits.php index fd273e0e99..cd4ac9c59c 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -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' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 2e9f128742..ced37bb9ca 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.