Opened 5 years ago
Closed 5 years ago
#7469 closed defect (bug) (fixed)
Bad image path
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6.1 |
| Component: | TinyMCE | Version: | |
| Severity: | normal | Keywords: | has-patch tested |
| Cc: |
Description
In the file source:trunk/wp-includes/js/tinymce/wordpress.css there are two mentions of url(img/items.gif)
However, this image doesn't exist relative to the wordpress.css file.
These lines should probably be changed to:
url(themes/advanced/skins/default/img/items.gif)
Ciao!
Attachments (1)
Change History (6)
comment:4
in reply to:
↑ 2
azaozz
— 5 years ago
- Milestone changed from 2.7 to 2.6.1
- Resolution fixed deleted
- Status changed from closed to reopened
- Summary changed from Bad image file to Bad image path
Replying to westi:
Patch makes sense but I can't see where this image is actually used.
You're right. The image is not used any more in the default configuration, but since it is part of the editor, better to fix it.
Re-open for 2.6.1
Patch makes sense but I can't see where this image is actually used.