You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[12-May-2020 19:12:22 UTC] PHP Warning: preg_replace(): Compilation failed: invalid range in character class at offset 4 in ***/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php on line 340
crayon_langs.class.php Line 340:
return preg_replace('/[^\w-+#]/msi', '', $id);
becomes
return preg_replace('/[^\w\-+#]/msi', '', $id);
Regards
Alex
The text was updated successfully, but these errors were encountered: