From 03a6ad078442694b57dab3de398eafddca2c7598 Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Fri, 21 Sep 2012 16:24:57 -0400 Subject: [PATCH] Fix require order --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 9a685c9..9fde0de 100644 --- a/functions.php +++ b/functions.php @@ -5,8 +5,8 @@ * Keep this file clean and only use it for requires. */ -require_once locate_template('/lib/init.php'); // Initial theme setup and constants require_once locate_template('/lib/utils.php'); // Utility functions +require_once locate_template('/lib/init.php'); // Initial theme setup and constants require_once locate_template('/lib/config.php'); // Configuration require_once locate_template('/lib/activation.php'); // Theme activation require_once locate_template('/lib/cleanup.php'); // Cleanup