From e132f295d45923fcf1f00be4e2a9ea40b9dbd2c7 Mon Sep 17 00:00:00 2001
From: MD Sultan Nasir Uddin <manikdrmc@gmail.com>
Date: Thu, 14 Nov 2019 13:54:17 +0600
Subject: [PATCH] fix - duplicate array key
---
.../classes/class-twentytwenty-non-latin-languages.php | 3 ---
1 file changed, 3 deletions(-)
diff --git a/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php b/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php
index 406a605..a3a1336 100644
a
|
b
|
if ( ! class_exists( 'TwentyTwenty_Non_Latin_Languages' ) ) { |
49 | 49 | // Chinese Traditional (Taiwan) - Noto Sans TC. |
50 | 50 | 'zh-TW' => array( '\'PingFang TC\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif' ), |
51 | 51 | |
52 | | // Chinese Traditional (Taiwan) - Noto Sans TC. |
53 | | 'zh-TW' => array( '\'PingFang TC\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif' ), |
54 | | |
55 | 52 | // Chinese (Hong Kong) - Noto Sans HK. |
56 | 53 | 'zh-HK' => array( '\'PingFang HK\'', '\'Helvetica Neue\'', '\'Microsoft YaHei New\'', '\'STHeiti Light\'', 'sans-serif' ), |
57 | 54 | |