mirror of
https://github.com/itflow-org/itflow
synced 2026-03-04 21:04:50 +00:00
Update functions.php
Tidy spacing
This commit is contained in:
@@ -442,7 +442,7 @@ function strto_AZaz09($string) {
|
|||||||
//$string = str_replace(' ', '_', $string);
|
//$string = str_replace(' ', '_', $string);
|
||||||
|
|
||||||
// Gets rid of non-alphanumerics
|
// 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
|
// Cross-Site Request Forgery check for sensitive functions
|
||||||
|
|||||||
Reference in New Issue
Block a user