Make WordPress Core

Changeset 46766 for branches/5.3


Ignore:
Timestamp:
11/24/2019 10:57:24 AM (4 years ago)
Author:
SergeyBiryukov
Message:

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.

Location:
branches/5.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.3

  • branches/5.3/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php

    r46614 r46766  
    4646                    // Chinese Simplified (China) - Noto Sans SC.
    4747                    'zh-CN' => array( '\'PingFang SC\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif' ),
    48 
    49                     // Chinese Traditional (Taiwan) - Noto Sans TC.
    50                     'zh-TW' => array( '\'PingFang TC\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif' ),
    5148
    5249                    // Chinese Traditional (Taiwan) - Noto Sans TC.
Note: See TracChangeset for help on using the changeset viewer.