Changeset 42228 for trunk/src/wp-includes/comment.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r42201 r42228 1210 1210 1211 1211 $pattern = "#$word#i"; 1212 if ( 1213 preg_match($pattern, $author) 1212 if ( preg_match($pattern, $author) 1214 1213 || preg_match($pattern, $email) 1215 1214 || preg_match($pattern, $url) … … 1218 1217 || preg_match($pattern, $user_ip) 1219 1218 || preg_match($pattern, $user_agent) 1220 1219 ) 1221 1220 return true; 1222 1221 }
Note: See TracChangeset
for help on using the changeset viewer.