From 2ac79ca14cfe397310a74c2c0cb12a6f0c04c4dc Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 17 Jul 2024 11:51:03 +0200 Subject: [PATCH] removing unecessary lineskips --- single-parcours-child.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/single-parcours-child.php b/single-parcours-child.php index 4cd5985..b695941 100644 --- a/single-parcours-child.php +++ b/single-parcours-child.php @@ -46,8 +46,6 @@ $pageIcon = get_field('step_icon', $post->ID); $prev_thumbnail_url = get_the_post_thumbnail_url($prev_post, 'thumbnail'); $prev_page_icon = get_field('step_icon', $prev_post->ID) ?? null; $next_page_icon = get_field('step_icon', $next_post->ID) ?? null; - - ?>