Skip to content

Commit

Permalink
Merge pull request civicrm#6 from dlobo/CRM-12223
Browse files Browse the repository at this point in the history
CRM-12223
  • Loading branch information
kurund committed Mar 27, 2013
2 parents 78db8bb + 88b2ad7 commit 6c1c904
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions civicrm.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,17 @@ function civicrm_wp_set_capabilities() {

//Minimum capabilities (Civicrm permissions) arrays
$min_capabilities = array(
'access_civimail_subscribe_unsubscribe_pages' => 1,
'access_all_custom_data' => 1,
'access_uploaded_files' => 1,
'make_online_contributions' => 1,
'profile_create' => 1,
'profile_edit' => 1,
'profile_view' => 1,
'register_for_events' => 1,
'view_event_info' => 1,
'sign_civicrm_petition' => 1,
'view_public_civimail_content' => 1,
);

// Assign the Minimum capabilities (Civicrm permissions) to all WP roles
Expand Down

0 comments on commit 6c1c904

Please sign in to comment.