Skip to content
Snippets Groups Projects
Commit 2ff3eaad authored by lobo's avatar lobo
Browse files

Merge pull request #2410 from dlobo/CRM-14127

CRM-14127 - CiviCRM WordPress not correctly generating frontend URL
parents 53a34273 3507f83e
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,7 @@ class CRM_UF_Page_Group extends CRM_Core_Page { ...@@ -87,6 +87,7 @@ class CRM_UF_Page_Group extends CRM_Core_Page {
'url' => 'civicrm/profile/create', 'url' => 'civicrm/profile/create',
'qs' => 'gid=%%id%%&reset=1', 'qs' => 'gid=%%id%%&reset=1',
'title' => ts('Use Profile-Create Mode'), 'title' => ts('Use Profile-Create Mode'),
'fe' => true,
), ),
CRM_Core_Action::DISABLE => array( CRM_Core_Action::DISABLE => array(
'name' => ts('Disable'), 'name' => ts('Disable'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment