💬 acorn requirement error: add link to install docs (#2979)
This commit is contained in:
@@ -33,7 +33,12 @@ try {
|
|||||||
\Roots\bootloader();
|
\Roots\bootloader();
|
||||||
} catch (Throwable $e) {
|
} catch (Throwable $e) {
|
||||||
wp_die(
|
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'),
|
||||||
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user