From 99314bbecaa5704a7143c19a8c2f3e115c9d2f70 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 8 Oct 2018 11:55:33 -0400 Subject: [PATCH] Fixed owners page define to be a string --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.17.1