projects
/
WP-Plugins
/
glm-member-db-packaging.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd8334
)
Fixed the shortcodes
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 28 Apr 2016 20:00:40 +0000
(16:00 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 28 Apr 2016 20:00:40 +0000
(16:00 -0400)
setup/requiredPages.php
patch
|
blob
|
history
diff --git
a/setup/requiredPages.php
b/setup/requiredPages.php
index
128915a
..
6169d5d
100644
(file)
--- a/
setup/requiredPages.php
+++ b/
setup/requiredPages.php
@@
-27,11
+27,11
@@
$glmMembersPackagingRequiredPages = array(
'Packages List' => array(
- 'content' => '[glm-packaging-list]',
+ 'content' => '[glm-
members-
packaging-list]',
'parent' => 'GLM Associate'
),
'Package Detail' => array(
- 'content' => '[glm-packaging-detail]',
+ 'content' => '[glm-
members-
packaging-detail]',
'parent' => 'GLM Associate'
)
);