Code Snippet Plugin Bug
September 15th, 2005
No comments
Thanks to php-scripts.com for the code to fix the Wordpress php code snippet plugin from blog.enargi.com.
The snippet was adding a space in php opening tags like this: < ?php
Where it should be <?php
As noted – be careful not to copy/paste the code directly.
php-scripts.com alerted the author about the problem/fix.
Categories: Blog Adventures, General Site Maint, Plugins, Wordpress