kre8tiv
Member
Posted 15 years ago #
Since Version 2.8.1 all users except the global admin aren't allowed to put html-code in a text-widget. For example, wordpress changes
<img src="http://imgurl.com/img.jpg" />
to
<img src=\"http://imgurl.com/img.jpg\" />
Same with links!
There was no Problem in Version 2.7.1 to put simple html-code in a text-widget. Is there a security-option I can modify?
I've just noticed this too after one of the bloggers on my site complained about it. I haven't managed to track down what's causing it yet - has anyone else encountered this?
Don't know where you can go to add something like this:
<?php echo(stripslashes($example)); ?>
but you can enter in the info without the quotations and it will save correctly to the database.