Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoodard committed May 25, 2024
1 parent 213e113 commit 4eba209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/formatting.php
Original file line number Diff line number Diff line change
Expand Up @@ -4368,7 +4368,7 @@ function ent2ncr( $text ) {
'♦' => '♦',
);

return str_replace( array_keys( $to_ncr ), array_values( $to_ncr ), $text ?? '' );
return str_replace( array_keys( $to_ncr ), array_values( $to_ncr ), $text ?? '' );
}

/**
Expand Down

0 comments on commit 4eba209

Please sign in to comment.