Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#26786 closed defect (bug) (fixed)

Users -> Your Profile -> Visual Editor missing

Reported by: codix's profile codix Owned by:
Milestone: 3.9 Priority: normal
Severity: minor Version: 3.9
Component: Editor Keywords: has-patch
Focuses: Cc:

Description (last modified by SergeyBiryukov)

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)

rich_edit_exists.diff (539 bytes) - added by codix 10 years ago.
26786.patch (2.5 KB) - added by azaozz 10 years ago.

Download all attachments as: .zip

Change History (8)

#1 @codix
10 years ago

  • Severity changed from normal to major

#2 @SergeyBiryukov
10 years ago

  • Description modified (diff)
  • Milestone changed from Awaiting Review to 3.9

@azaozz
10 years ago

#3 @azaozz
10 years ago

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.

#4 @azaozz
10 years ago

  • Severity changed from major to minor

#5 @MikeHansenMe
10 years ago

  • Keywords has-patch added

#6 @azaozz
10 years ago

  • Resolution set to fixed
  • Status changed from new to closed

In [26933]:

Deprecate rich_edit_exists(). It doesn't make sense to support deleting the TinyMCE directory when we have auto-updates. Fixes #26786.

Last edited 10 years ago by azaozz (previous) (diff)
Note: See TracTickets for help on using tickets.