From: Laury GvR Date: Thu, 28 Apr 2016 20:00:40 +0000 (-0400) Subject: Fixed the shortcodes X-Git-Tag: v1.1.3^2~15^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=59ed51dfb3ff0495e42b4e7a23278d96ff3b4c3e;p=WP-Plugins%2Fglm-member-db-packaging.git Fixed the shortcodes --- diff --git a/setup/requiredPages.php b/setup/requiredPages.php index 128915a..6169d5d 100644 --- 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' ) );