From a8511cafa41a35eeafa8d5bde217c8a868b4f663 Mon Sep 17 00:00:00 2001 From: koenemann Date: Mon, 11 Dec 2017 08:44:03 +0100 Subject: [PATCH] Cleanup functions.php --- functions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions.php b/functions.php index 6f33daf..b552677 100644 --- a/functions.php +++ b/functions.php @@ -17,8 +17,6 @@ require get_template_directory() . '/inc/setup.php'; /** * Register widget area. - * - * @link http://codex.wordpress.org/Function_Reference/register_sidebar */ require get_template_directory() . '/inc/widgets.php';