projects
/
WP-Plugins
/
staffords-employment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42b77c5
)
update post type no rewrite jobs
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 23 Jan 2019 20:21:49 +0000
(15:21 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 23 Jan 2019 20:21:49 +0000
(15:21 -0500)
models/job.php
patch
|
blob
|
history
diff --git
a/models/job.php
b/models/job.php
index
197835d
..
1d62382
100644
(file)
--- a/
models/job.php
+++ b/
models/job.php
@@
-339,7
+339,7
@@
class staffords_employment_job
'menu_icon' => 'dashicons-businessman',
'capability_type' => 'post',
'hierarchical' => false,
- 'rewrite' => array('slug' => 'jobs'),
+
//
'rewrite' => array('slug' => 'jobs'),
'taxonomies' => array(STAFFORDS_EMP_TAX_CATEGORIES, STAFFORDS_EMP_TAX_DEPARTMENTS),
'show_in_menu' => true,
'show_ui' => true,