From d0d07590394ea4a6a8d5962d1f30096f7afc9871 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 24 Jan 2024 15:35:19 +0100 Subject: [PATCH] fixing php warning --- template-components/heading-box--job.php | 14 +++----------- template-components/heading-box--news.php | 9 +-------- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/template-components/heading-box--job.php b/template-components/heading-box--job.php index ebe1153..0814fac 100644 --- a/template-components/heading-box--job.php +++ b/template-components/heading-box--job.php @@ -1,13 +1,10 @@
@@ -19,17 +16,12 @@ $subtitle = $args['subtitle'] ?? null;

get_the_ID(), "modified" => $modified )); - ?> - -
- - + \ No newline at end of file diff --git a/template-components/heading-box--news.php b/template-components/heading-box--news.php index e077822..f6b3266 100644 --- a/template-components/heading-box--news.php +++ b/template-components/heading-box--news.php @@ -1,13 +1,10 @@
@@ -19,15 +16,11 @@ $subtitle = $args['subtitle'] ?? null;

get_the_ID(), "published" => $published )); - ?> - -