From: Steve Sutton Date: Fri, 15 Jan 2016 15:22:33 +0000 (-0500) Subject: Date not needed X-Git-Tag: v2.0.0^2~7 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=972d6278d4150f7e6462eb70d810125e9e2081c4;p=WP-Plugins%2Fglm-employment.git Date not needed --- diff --git a/controllers/front.php b/controllers/front.php index 105c8ea..43d022b 100644 --- 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, '?')) ? '&' : '?')