#26786 closed defect (bug) (fixed)
Users -> Your Profile -> Visual Editor missing
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.9 | Priority: | normal |
| Severity: | minor | Version: | 3.9 |
| Component: | Editor | Keywords: | has-patch |
| Focuses: | Cc: |
Description (last modified by )
tiny_mce.js was removed and tinymce.js added in r26876 but rich_edit_exists() in wp-includes/general-template.php is still referring to tiny_mce.js.
Attached patch fixes the issue.
Attachments (2)
Change History (8)
Note: See
TracTickets for help on using
tickets.
Deprecating
rich_edit_exists()is better. It made sense to delete the TinyMCE dir when updating was done with FTP, quite pointless to keep doing it when we have auto-updates.