From 1747403b13a6d20f52082237ab8b8b28d605a4a0 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Thu, 19 Dec 2024 21:56:26 +0000 Subject: [PATCH] Help/About: Add additional release squad titles to credits page. Introduces translatable strings for additional [https://make.wordpress.org/core/handbook/about/release-cycle/wordpress-release-team-and-focus-leads/ release squad titles]. This is to allow improved acknowledgement of an individual's role in a release squad by enabling the use of these roles in the credits API going forward. Props audrasjb, desrosj, jorbin, timse201, yogeshbhutkar. Fixes #62386. Built from https://develop.svn.wordpress.org/trunk@59545 git-svn-id: http://core.svn.wordpress.org/trunk@58931 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/credits.php | 14 ++++++++++++++ wp-includes/version.php | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/wp-admin/credits.php b/wp-admin/credits.php index d3d0bbf7d6..acc8a21c28 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -135,3 +135,17 @@ __( 'Release Design Lead' ); __( 'Release Deputy' ); __( 'Core Developer' ); __( 'External Libraries' ); +__( 'Release Coordination' ); +__( 'Core Tech Lead' ); +__( 'Core Triage Lead' ); +__( 'Editor Tech Lead' ); +__( 'Editor Triage Lead' ); +__( 'Documentation Lead' ); +__( 'Test Lead' ); +__( 'Design Lead' ); +__( 'Performance Lead' ); +__( 'Default Theme Design Lead' ); +__( 'Default Theme Development Lead' ); +__( 'Tech Lead' ); +__( 'Triage Lead' ); +__( 'Minor Release Lead' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 042a6a15f4..7171d93e97 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59544'; +$wp_version = '6.8-alpha-59545'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.