1 |
preg_match_all(): Compilation failed: invalid range in character class at offset 30 |
报错信息如上
解决办法
wordpress/wp-content/plugins/crayon-syntax-highlighter/crayon_langs.class.php
文件340行 按如下修改
1 |
return preg_replace('/[^\w\-+#]/msi', '', $id); |
0 条评论