Tag: "Highlighter"

How to avoid “gwProxy” or “jsproxy” code in WordPress

Rebecca Markowitz | March 21, 2010 | 0 Comments
While working on one of our sites, I noticed funny code starting to show up in the WYSIWYG editor area. I'm not sure if it actually messed anything up, but it was really annoying: <input id="gwProxy" type="hidden" /> <input id="jsProxy" onclick="jsCall();" type="hidden" /> I found one article online that said it was an FCK / ... View Post