#29136 closed defect (bug) (invalid)
get_editor_stylesheets() should not use parent theme stylesheets
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.0 |
Component: | Editor | Keywords: | close |
Focuses: | administration | Cc: |
Description
When using a child theme, TinyMCE doesn't use the parent theme stylesheets.
So I can't see any reason why get_editor_stylesheets()
should (used in the new iframes in TinyMCE).
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
It does, see [13453] and [16688].
get_editor_stylesheets()
was copied from_WP_Editors::editor_settings()
, see [29176] and [29177].