Skip to content

Commit

Permalink
Merge pull request #840 from helsingborg-stad/fix/duplicated-content
Browse files Browse the repository at this point in the history
fix: duplicated content
  • Loading branch information
Anna authored Jan 18, 2024
2 parents 6956d18 + 60f001f commit 1f820cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/Helper/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1f820cf

Please sign in to comment.