About: Use actual locale and not subtitle debug cruft.

H/t dimadin.

See #32929.

Built from https://develop.svn.wordpress.org/trunk@33632


git-svn-id: http://core.svn.wordpress.org/trunk@33599 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland 2015-08-18 17:07:26 +00:00
parent d55738d327
commit e36a91efe4
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ list( $display_version ) = explode( '-', $wp_version );
include( ABSPATH . 'wp-admin/admin-header.php' );
$video_url = 'https://videopress.com/embed/T54Iy7Tw';
$locale = str_replace( '_', '-', 'de_DE' );
$locale = str_replace( '_', '-', get_locale() );
if ( 'en-AU' !== $locale ) {
list( $locale ) = explode( '-', $locale );
}

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-RC3-33631';
$wp_version = '4.3-RC3-33632';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.