From 4b7a43cca4b9f00342d9a120b4c3bfd64a37e996 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 20 Dec 2018 14:39:53 -0500 Subject: [PATCH] removing bullet from the jobs list --- index.php | 2 +- views/front/jobList.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index d026ad5..840c0d2 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** * Plugin Name: Staffords Employment * Description: Online Employment Application for Staffords - * Version: 1.0.0 + * Version: 1.0.1 * Author: Steve Sutton * Author URI: http://www.gaslightmedia.com * License: All right reserved diff --git a/views/front/jobList.php b/views/front/jobList.php index 286787e..e20df94 100644 --- a/views/front/jobList.php +++ b/views/front/jobList.php @@ -2,7 +2,7 @@
-

post_title;?>

+

post_title;?>

staffords_jobs_property) : ?>
staffords_jobs_property ) > 1 ) ? STAFFORDS_EMP_DEPARTMENT_PLURAL . ':' : STAFFORDS_EMP_DEPARTMENT_SINGLE . ':' ?> -- 2.17.1