Opened 18 months ago
Closed 11 months ago
#19430 closed defect (bug) (fixed)
add_editor_style requests missing rtl css
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | Editor | Version: | 3.0 |
| Severity: | minor | Keywords: | has-patch |
| Cc: |
Description
If a (parent) theme adds an editor_style but doesn't include a rtl version, WordPress still includes it in the TinyMCE init (causes 404 on the resource). Patch includes the same logic that child themes have already.
The patch is simple.
Attachments (2)
Change History (6)
WraithKenny — 18 months ago
WraithKenny — 18 months ago
comment:2
WraithKenny — 18 months ago
second patch removes the extra spaces
- Keywords 3.4-early added
- Milestone changed from Awaiting Review to Future Release
- Version changed from 3.3 to 3.0
comment:4
SergeyBiryukov — 11 months ago
- Keywords 3.4-early removed
- Milestone changed from Future Release to 3.4
- Resolution set to fixed
- Status changed from new to closed
Fixed in [20059].
Note: See
TracTickets for help on using
tickets.

adds file_exists check