From 60f001f03b048692529484308dfb56032e22addf Mon Sep 17 00:00:00 2001 From: Niclas Date: Thu, 18 Jan 2024 16:19:47 +0100 Subject: [PATCH] fix: duplicated content --- library/Helper/Post.php | 1 - 1 file changed, 1 deletion(-) diff --git a/library/Helper/Post.php b/library/Helper/Post.php index 4dbbb9ddb..ef59a956f 100644 --- a/library/Helper/Post.php +++ b/library/Helper/Post.php @@ -302,7 +302,6 @@ public static function getFilteredContent(object $postObject): string } // Apply the_content - $excerpt = apply_filters('the_content', $excerpt); $content = apply_filters('the_content', $content); if ($postObject->hasQuicklinksAfterFirstBlock) {