From: Steve Sutton Date: Fri, 15 Jan 2016 19:28:17 +0000 (-0500) Subject: set capability to edit_posts X-Git-Tag: v2.0.0^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=bb9f4fd6e21aa0b328fb31cc1c137d41cff8f9ee;p=WP-Plugins%2Fglm-employment.git set capability to edit_posts --- diff --git a/index.php b/index.php index 7f530ff..0cd13c2 100644 --- a/index.php +++ b/index.php @@ -16,7 +16,7 @@ define('GLM_EMP_PLUGIN_PATH_FILE', __FILE__); define('GLM_EMP_VERSION', '1.3.2'); define('GLM_EMP_SETTING_NAME', 'glmjobs_settings'); define('GLM_EMP_SETTINGS', 'glmjobs_settings'); -define('GLM_EMP_NEW_CAPABILITY', 'edit_glmjobs_jobs'); +define('GLM_EMP_NEW_CAPABILITY', 'edit_posts'); define('GLM_EMP_BUILT_IN_CAPABILITY', 'edit_posts'); define('GLM_EMP_VRS_OPTION_NAME', 'glm_jobs_db_version'); define('GLM_EMP_POST_TYPE', 'glm_jobs');