From 7e369d1b3b46f5ead1362cf4f76248a9c8e329c6 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Mon, 18 Sep 2017 17:04:07 -0300 Subject: [PATCH] Revert "Add Controller fix." --- app/setup.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/setup.php b/app/setup.php index 2467616..6dcf668 100644 --- a/app/setup.php +++ b/app/setup.php @@ -166,14 +166,6 @@ add_action('after_setup_theme', function () { }); }); -/** - * TODO: Remove temporary workaround to start soberwp/controller - * - * @see https://github.com/soberwp/controller/issues/48 - */ -add_action('init', 'Sober\Controller\loader'); -add_action('init', 'Sober\Controller\debugger'); - add_action('wp_head', function () { $primary = get_option('pb_network_color_primary'); $accent = get_option('pb_network_color_accent');