Hello,
When checking over things on my site with firebug i discovered this request for wp-content/plugins/editor-styles.css?ver=3.4.1
It gets a 404 every time, even if i put a copy of the file in that directory. I'm running TinyMCE Advanced BUT the 'error' persists even when i disable it and flush cache/reload.
You can see for yourself if you go here and use the net tab in firebug http://raritiesproductions.co.uk/rp/
I'm calling editor-style.css in functions.php with
add_editor_style();
Why would WordPress be looking in 'plugins' ??????