Skip to content

Commit

Permalink
Change folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Zodiac1978 committed Feb 21, 2021
1 parent fdafae3 commit 3fe06ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function antispam_bee_add_custom_patterns( $patterns ) {
'body' => '(.*(http|https|ftp|ftps)\:\/\/){3,}',
);

// non latin characters (like Cyricllic, Japanese, etc.) in body
// non latin characters (like Cyrillic, Japanese, etc.) in body
// @link: http://www.regular-expressions.info/unicode.html
$patterns[] = array(
'body' => '\p{Arabic}|\p{Armenian}|\p{Bengali}|\p{Bopomofo}|\p{Braille}|\p{Buhid}|\p{Canadian_Aboriginal}|\p{Cherokee}|\p{Cyrillic}|\p{Devanagari}|\p{Ethiopic}|\p{Georgian}|\p{Greek}|\p{Gujarati}|\p{Gurmukhi}|\p{Han}|\p{Hangul}|\p{Hanunoo}|\p{Hebrew}|\p{Hiragana}|\p{Inherited}|\p{Kannada}|\p{Katakana}|\p{Khmer}|\p{Lao}|\p{Limbu}|\p{Malayalam}|\p{Mongolian}|\p{Myanmar}|\p{Ogham}|\p{Oriya}|\p{Runic}|\p{Sinhala}|\p{Syriac}|\p{Tagalog}|\p{Tagbanwa}|\p{Tamil}|\p{Telugu}|\p{Thaana}|\p{Thai}|\p{Tibetan}|\p{Yi}',
Expand Down

0 comments on commit 3fe06ab

Please sign in to comment.