#26786 closed defect (bug) (fixed)
Users -> Your Profile -> Visual Editor missing
| Reported by: | codix | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.9 |
| Component: | Editor | Version: | 3.9 |
| Severity: | minor | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.