sendgrid / wordpress

SendGrid plugin for WordPress
51 stars 64 forks source link

Fixed Tag Error #47

Closed codesman closed 7 years ago

codesman commented 7 years ago

PHP7 requires at least one opening tag and an optional closing tag. This file only contains HTML and no PHP so we have to add a <?php ?> to appease the PHP runtime. Otherwise the plugin fails PHP7 Compatibility Check.