Ticket #3272 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Make TinyMCE Removal more graceful

Reported by: markjaquith Assigned to: markjaquith
Priority: normal Milestone: 2.1
Component: Administration Version: 2.1
Severity: normal Keywords: tinyMCE rich text
Cc:

Description

TinyMCE is obviously here to stay, but there are those who don't like it. For these people, removing TinyMCE should be as simple as deleting the /wp-includes/js/tinymce/ directory. It should disappear gracefully.

Attached patch allows that to happen.

Attachments

tinymce_graceful.diff (3.6 kB) - added by markjaquith on 10/22/06 04:16:21.
Patch for trunk. Makes removal of TinyMCE more graceful.

Change History

10/22/06 04:16:21 changed by markjaquith

  • attachment tinymce_graceful.diff added.

Patch for trunk. Makes removal of TinyMCE more graceful.

10/22/06 06:52:39 changed by Viper007Bond

  • type changed from defect to enhancement.

Oh how I love you... :D

10/24/06 03:57:22 changed by markjaquith

  • status changed from new to closed.
  • resolution set to fixed.

(In [4417]) Don't assume that TinyMCE exists, and degrade gracefully if it doesn't. fixes #3272