Anyone experienced this?
I’ve tested locally on the fresh install with 3.3 version. When updated to 3.4.1, editor styles are no longer loaded in TinyMCE.
Can’t find any info on the web about this bug, so I wander if someone can confirm this?
In case anyone needs this: WP 3 .4.1 breaks loading of the stylesheets for editor if the styles are dynamically generated.
Why?
Because function “add_editor_style” checks if file path is correct. If you’re using querystrings, this won’t work.
