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:
e200010
)
for permission for settings
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 15 Jan 2016 19:23:52 +0000
(14:23 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 15 Jan 2016 19:23:52 +0000
(14:23 -0500)
controllers/admin.php
patch
|
blob
|
history
diff --git
a/controllers/admin.php
b/controllers/admin.php
index
a226841
..
6f29e1e
100644
(file)
--- a/
controllers/admin.php
+++ b/
controllers/admin.php
@@
-49,7
+49,7
@@
class glm_employment_admin
'edit.php?post_type=' . GLM_EMP_POST_TYPE,
'settings',
'Settings',
-
GLM_EMP_NEW_CAPABILITY
,
+
'edit_posts'
,
GLM_EMP_SETTINGS,
array($this, 'show_job_settings')
);