From 77ee05d17e3bd40bca13b8c16b823d3737894912 Mon Sep 17 00:00:00 2001 From: WaitSpring Date: Wed, 1 May 2024 10:58:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20add=20icon=20for=20CiteTh?= =?UTF-8?q?isPage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/Hooks/SkinHooks.php | 1 + skin.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/Hooks/SkinHooks.php b/includes/Hooks/SkinHooks.php index ee70e77a..26c058c6 100644 --- a/includes/Hooks/SkinHooks.php +++ b/includes/Hooks/SkinHooks.php @@ -270,6 +270,7 @@ class SkinHooks implements 'emailuser' => 'message', // Extension:CiteThisPage 'citethispage' => 'reference', + 'cite' => 'reference', // Extension:Cargo 'cargo-pagevalues' => 'database', // Extension:SemanticMediaWiki diff --git a/skin.json b/skin.json index 34ea3844..fea14c66 100644 --- a/skin.json +++ b/skin.json @@ -203,7 +203,7 @@ "message", "move", "printer", - "recentChanges", + "quotes", "reference", "reload", "sandbox",