From: Laury GvR Date: Mon, 8 Oct 2018 15:55:33 +0000 (-0400) Subject: Fixed owners page define to be a string X-Git-Tag: v1.0.0^2~68 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=99314bbecaa5704a7143c19a8c2f3e115c9d2f70;p=WP-Themes%2Flakesideclub.git Fixed owners page define to be a string --- diff --git a/functions.php b/functions.php index ed7f22e..a5f4bdf 100644 --- a/functions.php +++ b/functions.php @@ -2,7 +2,7 @@ require_once 'lib/menu-walker.php'; require_once 'lib/navigation.php'; -define(OWNERS_PAGE, 18); // A: 22, L: 18, dev: 150 +define('OWNERS_PAGE', 18); // A: 22, L: 18, dev: 150 $ancestorId = null; $includePages = array(); $frontPageId = get_option('page_on_front');