Twenty Twenty: Remove duplicate array key/value in `TwentyTwenty_Non_Latin_Languages::get_non_latin_css()`.
Props manikmist09. Merges [46765] to the 5.3 branch. Fixes #48624. Built from https://develop.svn.wordpress.org/branches/5.3@46766 git-svn-id: http://core.svn.wordpress.org/branches/5.3@46566 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
01c05f6ba4
commit
51ba5fd05b
|
@ -49,9 +49,6 @@ if ( ! class_exists( 'TwentyTwenty_Non_Latin_Languages' ) ) {
|
||||||
// Chinese Traditional (Taiwan) - Noto Sans TC.
|
// Chinese Traditional (Taiwan) - Noto Sans TC.
|
||||||
'zh-TW' => array( '\'PingFang TC\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif' ),
|
'zh-TW' => array( '\'PingFang TC\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif' ),
|
||||||
|
|
||||||
// Chinese Traditional (Taiwan) - Noto Sans TC.
|
|
||||||
'zh-TW' => array( '\'PingFang TC\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif' ),
|
|
||||||
|
|
||||||
// Chinese (Hong Kong) - Noto Sans HK.
|
// Chinese (Hong Kong) - Noto Sans HK.
|
||||||
'zh-HK' => array( '\'PingFang HK\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif' ),
|
'zh-HK' => array( '\'PingFang HK\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif' ),
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3.1-alpha-46728';
|
$wp_version = '5.3.1-alpha-46766';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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