From bb89b02555eefbb21a21c96aa0144a5950bd7f3d Mon Sep 17 00:00:00 2001 From: Nonimart Date: Tue, 3 Mar 2026 17:19:39 +0100 Subject: [PATCH] REMOVE unnecessary blank line in article content template --- template-parts/articles/article-content.php | 1 - 1 file changed, 1 deletion(-) diff --git a/template-parts/articles/article-content.php b/template-parts/articles/article-content.php index 25f4187..769f8ed 100644 --- a/template-parts/articles/article-content.php +++ b/template-parts/articles/article-content.php @@ -4,7 +4,6 @@ $articleContent = get_the_content($articleID); $articleTitle = get_the_title($articleID); $citeReference = get_field('cite_reference', $articleID); $tags = get_the_terms($articleID, 'etiquettes'); - ?>