Changeset 55988 for trunk/src/wp-includes/comment.php
- Timestamp:
- 06/22/2023 02:34:56 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r55855 r55988 137 137 } 138 138 if ( ( 1 == $ok_to_comment ) && 139 ( empty( $mod_keys ) || false === strpos( $email, $mod_keys ) ) ) {139 ( empty( $mod_keys ) || ! str_contains( $email, $mod_keys ) ) ) { 140 140 return true; 141 141 } else {
Note: See TracChangeset
for help on using the changeset viewer.