From ec290e23231a2212dd9a14fc25dbad862e432165 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 30 Oct 2018 07:21:26 -0400 Subject: [PATCH] Don't add link to summary --- includes/client/posts.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/client/posts.php b/includes/client/posts.php index 2c7fe74..cc0f3c3 100644 --- a/includes/client/posts.php +++ b/includes/client/posts.php @@ -55,7 +55,6 @@ function post_to_object( $post ) { ENT_QUOTES, 'UTF-8' ); - $summary = "$summary

$permalink"; } $matches = array(); if ( preg_match( '/(.+)__trashed\/$/', $permalink, $matches ) ) {