Revert "Remove Acorn as dependency; treat as requirement (#2825)" (#2826)

This reverts commit 9ee6cd506d.
This commit is contained in:
QWp6t
2021-10-22 15:57:29 -07:00
committed by GitHub
parent 9ee6cd506d
commit 3e9404e7c4
3 changed files with 4101 additions and 61 deletions

View File

@@ -11,13 +11,7 @@
|
*/
try {
\Roots\bootloader();
} catch (Throwable $e) {
wp_die(
__('You need to install Acorn to use this theme.', 'sage')
);
}
\Roots\bootloader();
/*
|--------------------------------------------------------------------------