? filter_var($_REQUEST['emmet_jobsdepartment'])
: false;
$args = array(
- 'post_per_page' => -1,
+ 'posts_per_page' => -1,
'post_type' => EMMET_EMP_POST_TYPE,
'meta_query' => array(
array(
/**
* Plugin Name: Emmet County Employment
* Description: Online Employment Application for Gaslight Media Clients.
- * Version: 1.1.1
+ * Version: 1.1.2
* Author: Steve Sutton
* Author URI: http://www.gaslightmedia.com
* License: All right reserved
* Defines for the plugin
*/
define('EMMET_EMP_PLUGIN_PATH_FILE', __FILE__);
-define('EMMET_EMP_VERSION', '1.1.1');
+define('EMMET_EMP_VERSION', '1.1.2');
define('EMMET_EMP_SETTING_NAME', 'emmetjobs_settings');
define('EMMET_EMP_SETTINGS', 'emmetjobs_settings');
define('EMMET_EMP_NEW_CAPABILITY', 'edit_posts');