Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/public/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ public static function isFunctionEnabled(string $functionName): bool {
*
* @param string $input The input string to sanitize
* @return string The sanitized string
* @since 35.0.0
* @since 34.0.2
*/
public static function sanitizeWordsAndEmojis(string $input): string {
// Remove control characters and other invisible separators, but keep everything else.
Expand Down
Loading