projects
/
WP-Themes
/
lakesideclub.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6598ea4
)
Fixed owners page define to be a string
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 8 Oct 2018 15:55:33 +0000
(11:55 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 8 Oct 2018 15:55:33 +0000
(11:55 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
ed7f22e
..
a5f4bdf
100644
(file)
--- 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');