I've tried just about all of the plugins:
- Raw HTML
- ML Raw HTML
- TrueEdit
None of them prevent the <script> tag from disappearing.
Take this example:
<script type="text/javascript">
function foo(bar) {
frobozz = 'a';
bat = bar;
}
</script>
When I save it, it becomes:
function foo(bar) {
frobozz = 'a';
bat = bar;
}
Is there something wrong with my site? I'm running WordPress 3.0.5 in multisite. Is it a multisite problem? Maybe I have to be the Network Admin, and not just an Administrator?
Or are all plugins broken?
http://wordpress.org/extend/plugins/ml-raw-html/
http://wordpress.org/extend/plugins/raw-html/
http://wordpress.org/extend/plugins/trueedit/