Code gets comment out after publishing post
-
Hello,
I am using SyntaxHighlighter Evolved and when I paste PHP, HTML or any other code after saving or publishing the post, the code gets comment out. For example:
[php] <?php if(!is_user_logged_in()) { ?> ***Your Code Here*** <?php } ?> [/php]Gets transformed into this:
[php]<!--?php if(!is_user_logged_in()) { ?--> ***Your Code Here*** <!--?php } ?-->[/php]At first I thought it was the TinyMCE Advanced plugin, but after disabling it I still getting the same behavior.
There is anything I can do to fix this?
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Code gets comment out after publishing post’ is closed to new replies.