From 4e2b8a86c312b721234b89a7276ef34f2d595ddb Mon Sep 17 00:00:00 2001 From: wrongecho <32306651+wrongecho@users.noreply.github.com> Date: Mon, 23 Jan 2023 19:25:00 +0000 Subject: [PATCH] Update functions.php Tidy spacing --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index d6016ede..77daa64f 100644 --- a/functions.php +++ b/functions.php @@ -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