Fixed owners page define to be a string
authorLaury GvR <laury@gaslightmedia.com>
Mon, 8 Oct 2018 15:55:33 +0000 (11:55 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 8 Oct 2018 15:55:33 +0000 (11:55 -0400)
functions.php

index ed7f22e..a5f4bdf 100644 (file)
@@ -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');