From 9fd59758f22b3cee2c4c1c5157e83f564ae6ff88 Mon Sep 17 00:00:00 2001 From: laoyang Date: Wed, 13 Jul 2022 17:50:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=93=E5=8F=96=E7=A4=BE=E4=BA=A4=E5=AA=92?= =?UTF-8?q?=E4=BD=93=E5=88=86=E4=BA=AB=E6=97=B6=E7=9A=84=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E6=8A=A5=E9=94=99=EF=BC=8C=E5=88=A0=E9=99=A4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- header.php | 1 - inc/theme-setting.php | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/header.php b/header.php index ca8a368..7492914 100644 --- a/header.php +++ b/header.php @@ -17,7 +17,6 @@ - diff --git a/inc/theme-setting.php b/inc/theme-setting.php index 0084b8e..5d7c7bc 100644 --- a/inc/theme-setting.php +++ b/inc/theme-setting.php @@ -101,6 +101,7 @@ function mourning() } // 抓取图片链接(搜索引擎或者社交工具分享时抓取图片的链接) +/* function share_thumbnail_url() { global $post; @@ -119,7 +120,7 @@ function share_thumbnail_url() } return $img; } - +*/ // 支持上传 svg add_filter('upload_mimes', 'upload_svg'); function upload_svg($existing_mimes = array())