From 6ca6890a8cf7dcb12893b9174a010f27e210b891 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sat, 2 Apr 2011 11:00:36 -0600 Subject: [PATCH] fixing uppercase typo --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 4ff2398..c411f1c 100644 --- a/functions.php +++ b/functions.php @@ -19,7 +19,7 @@ if (!defined('roots_container_class')) { define('is_960gs', false); case '960gs_12': define('roots_container_class', 'container_12'); - define('IS_960GS', true); + define('is_960gs', true); define('is_960gs_12', true); case '960gs_16': define('roots_container_class', 'container_16');