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:
c8a64a3
)
Date not needed
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 15 Jan 2016 15:22:33 +0000
(10:22 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 15 Jan 2016 15:22:33 +0000
(10:22 -0500)
controllers/front.php
patch
|
blob
|
history
diff --git
a/controllers/front.php
b/controllers/front.php
index
105c8ea
..
43d022b
100644
(file)
--- a/
controllers/front.php
+++ b/
controllers/front.php
@@
-547,8
+547,7
@@
class glm_employment_front
$plugin_options = get_option(GLM_EMP_SETTING_NAME);
$applyOnlineHref = (isset($plugin_options['employment_form_page']))
? get_permalink( $plugin_options['employment_form_page'] )
- . '?current_date=' . urlencode( date( 'm/d/Y' ) )
- . '&position_name=' . urlencode( $job->post_title )
+ . '?position_name=' . urlencode( $job->post_title )
: false;
//$applyOnlineHref = $current_url
//. ((strpos($current_url, '?')) ? '&' : '?')