From 52add4944d41a11b352ea36d8e689ce5649ea1c6 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Fri, 11 Feb 2022 21:00:58 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20acorn=20requirement=20error:=20a?= =?UTF-8?q?dd=20link=20to=20install=20docs=20(#2979)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 691963d..a0679ed 100644 --- a/functions.php +++ b/functions.php @@ -33,7 +33,12 @@ try { \Roots\bootloader(); } catch (Throwable $e) { wp_die( - __('You need to install Acorn to use this theme.', 'sage') + __('You need to install Acorn to use this theme.', 'sage'), + '', + [ + 'link_url' => 'https://docs.roots.io/acorn/2.x/installation/', + 'link_text' => __('Acorn Docs: Installation', 'sage'), + ] ); }