/**
* Plugin Name: Staffords Employment
* Description: Online Employment Application for Staffords
- * Version: 1.0.7
+ * Version: 0.0.1
* Author: Steve Sutton
* Author URI: http://www.gaslightmedia.com
* License: All right reserved
'menu_name' => 'Jobs'
);
$args = array(
-// 'label' => __('Jobs'),
+ 'label' => __('Jobs'),
'labels' => $labels,
'description' => 'Stores Jobs and Job data',
'public' => true,
{
global $post, $post_ID;
- $messages['post'] = array(
+ $messages['staffords_jobs'] = array(
0 => '', // Unused. Messages start at index 1.
1 => sprintf(__('Job updated. <a href="%s">View item</a>'),
esc_url(get_permalink($post_ID))),