Changeset 7303
- Timestamp:
- 06/25/2025 12:40:13 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/functions.php
r7302 r7303 988 988 // spam words don't break things: 989 989 $word = preg_quote( $word, '#' ); 990 $pattern = "#{$word}#i ";990 $pattern = "#{$word}#iu"; 991 991 992 992 // Loop through post data
Note: See TracChangeset
for help on using the changeset viewer.