Hi!
Please look this code fragment:
if ( preg_match( '/src=["\']([^"\']+)["\']/', $avatar, $matches ) );
$image['src'] = wp_specialchars_decode( $matches[1], ENT_QUOTES );
Body of if-statement actually is empty. Probably semicolon is excessive.
This possible defect found with AppChecker
Hi!
Please look this code fragment:
Body of if-statement actually is empty. Probably semicolon is excessive.
This possible defect found with AppChecker