From 51a1a54a87428071a271ca65cd1b80ea179e785f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 21 Dec 2024 23:16:24 +0000 Subject: [PATCH] Help/About: Reorder release squad titles for some consistency in translation tools. Follow-up to [59545]. See #62386. Built from https://develop.svn.wordpress.org/trunk@59552 git-svn-id: http://core.svn.wordpress.org/trunk@58938 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/credits.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/credits.php b/wp-admin/credits.php index acc8a21c28..46b035419c 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -133,9 +133,9 @@ __( 'Lead Developer' ); __( 'Release Lead' ); __( 'Release Design Lead' ); __( 'Release Deputy' ); -__( 'Core Developer' ); -__( 'External Libraries' ); __( 'Release Coordination' ); +__( 'Minor Release Lead' ); +__( 'Core Developer' ); __( 'Core Tech Lead' ); __( 'Core Triage Lead' ); __( 'Editor Tech Lead' ); @@ -148,4 +148,4 @@ __( 'Default Theme Design Lead' ); __( 'Default Theme Development Lead' ); __( 'Tech Lead' ); __( 'Triage Lead' ); -__( 'Minor Release Lead' ); +__( 'External Libraries' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 11ecce9f0f..8cfa69b663 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59551'; +$wp_version = '6.8-alpha-59552'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.