From fc474750299b5eec9af2364f187c9c574baf54a5 Mon Sep 17 00:00:00 2001 From: Utsav Patel Date: Thu, 13 Jun 2024 14:53:34 +0530 Subject: [PATCH] fix: remove extra gap --- src/wp-includes/formatting.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/formatting.php b/src/wp-includes/formatting.php index edaa98d7c1fe7..f42bbd5a78204 100644 --- a/src/wp-includes/formatting.php +++ b/src/wp-includes/formatting.php @@ -4049,7 +4049,6 @@ function wp_trim_words( $text, $num_words = 55, $more = null, $allow_tags = fals $more = __( '…' ); } - $original_text = $text; if ( $allow_tags ) { $allowed_tags = array(