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
This commit is contained in:
parent
243c0cc59e
commit
51a1a54a87
|
@ -133,9 +133,9 @@ __( 'Lead Developer' );
|
||||||
__( 'Release Lead' );
|
__( 'Release Lead' );
|
||||||
__( 'Release Design Lead' );
|
__( 'Release Design Lead' );
|
||||||
__( 'Release Deputy' );
|
__( 'Release Deputy' );
|
||||||
__( 'Core Developer' );
|
|
||||||
__( 'External Libraries' );
|
|
||||||
__( 'Release Coordination' );
|
__( 'Release Coordination' );
|
||||||
|
__( 'Minor Release Lead' );
|
||||||
|
__( 'Core Developer' );
|
||||||
__( 'Core Tech Lead' );
|
__( 'Core Tech Lead' );
|
||||||
__( 'Core Triage Lead' );
|
__( 'Core Triage Lead' );
|
||||||
__( 'Editor Tech Lead' );
|
__( 'Editor Tech Lead' );
|
||||||
|
@ -148,4 +148,4 @@ __( 'Default Theme Design Lead' );
|
||||||
__( 'Default Theme Development Lead' );
|
__( 'Default Theme Development Lead' );
|
||||||
__( 'Tech Lead' );
|
__( 'Tech Lead' );
|
||||||
__( 'Triage Lead' );
|
__( 'Triage Lead' );
|
||||||
__( 'Minor Release Lead' );
|
__( 'External Libraries' );
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue