Update functions.php

Tidy spacing
This commit is contained in:
wrongecho 2023-01-23 19:25:00 +00:00 committed by GitHub
parent b19c7a6f49
commit 4e2b8a86c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ function strto_AZaz09($string) {
//$string = str_replace(' ', '_', $string);
// Gets rid of non-alphanumerics
return preg_replace( '/[^A-Za-z0-9_]/', '', $string );
return preg_replace('/[^A-Za-z0-9_]/', '', $string);
}
// Cross-Site Request Forgery check for sensitive functions