projects
/
WP-Plugins
/
glm-employment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e22d84b
)
set capability to edit_posts
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 15 Jan 2016 19:28:17 +0000
(14:28 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 15 Jan 2016 19:28:17 +0000
(14:28 -0500)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
7f530ff
..
0cd13c2
100644
(file)
--- 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_job
s');
+define('GLM_EMP_NEW_CAPABILITY', 'edit_
post
s');
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');