Skip to content

Commit

Permalink
fix: remove extra gap
Browse files Browse the repository at this point in the history
  • Loading branch information
up1512001 committed Jun 13, 2024
1 parent 0bc31cd commit fc47475
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wp-includes/formatting.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit fc47475

Please sign in to comment.