& instead of && in code ?
-
Yesterday I need to replace code in plugins/wp-mail-smtp/src/Processor.php
line 216 – there was:// Return FROM EMAIL if forced in settings.
if ( $forced & ! empty( $from_email ) ) {
return $from_email;
}Is it realy ok ?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘& instead of && in code ?’ is closed to new replies.