From cf976d15847d053bc7bab03c7c8312c4ee1c7eb0 Mon Sep 17 00:00:00 2001 From: Herb Miller Date: Fri, 11 Dec 2020 10:05:07 +0000 Subject: [PATCH] Issue #25 - remove workaround for post-excerpt --- includes/post-excerpt.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/includes/post-excerpt.php b/includes/post-excerpt.php index 48acf98..4d7c96e 100644 --- a/includes/post-excerpt.php +++ b/includes/post-excerpt.php @@ -1,6 +1,13 @@ to the core/post-excerpt block. + * Overrides the behaviour of the core/post-excerpt block. + * + * This used to append a missing `') ) { - $html .= ''; - } return $html; }