Skip to content

Commit b8ecfbf

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@59545 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 7381a82 commit b8ecfbf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/wp-admin/credits.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,17 @@
135135
__( 'Release Deputy' );
136136
__( 'Core Developer' );
137137
__( 'External Libraries' );
138+
__( 'Release Coordination' );
139+
__( 'Core Tech Lead' );
140+
__( 'Core Triage Lead' );
141+
__( 'Editor Tech Lead' );
142+
__( 'Editor Triage Lead' );
143+
__( 'Documentation Lead' );
144+
__( 'Test Lead' );
145+
__( 'Design Lead' );
146+
__( 'Performance Lead' );
147+
__( 'Default Theme Design Lead' );
148+
__( 'Default Theme Development Lead' );
149+
__( 'Tech Lead' );
150+
__( 'Triage Lead' );
151+
__( 'Minor Release Lead' );

0 commit comments

Comments
 (0)