IMPORTANT: Trailing whitespace, headers already sent!
-
This plugin should have a change made to it:
At the end of the file “lightbox-2.php”:
<?php } ?>_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(Where ‘_ ‘ is whitespace)
Should be changed to:<?php }
This way there will never be trailing whitespace and executes absolutely fine, even when there are whitespace characters. Doing this prevents issues with “Headers already sent” when using the wordpress action “send_headers”.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘IMPORTANT: Trailing whitespace, headers already sent!’ is closed to new replies.